Douman
0c0f682010
Improve runtime threading options docs
2019-12-18 20:14:22 +01:00
Douman
b24ad9fe86
rt: add configuration for core threads and max threads ( #1977 )
...
`num_threads` is deprecated. Instead, `core_threads` and `max_threads` are
introduced. `core_threads` specifies the number of "always on" threads used
for the async task executor and `max_threads` specifies the maximum number
of threads that the runtime may spawn.
2019-12-18 10:31:49 -08:00
Douman
91ecb4b4c2
macros: inherit visibility
2019-12-13 19:33:44 +01:00
Douman
a1d1eb5eb3
macros: Allow arguments in non-main functions
2019-10-01 13:15:46 +02:00
Douman
7b0c60849c
net: make default reactor guard public ( #1468 )
2019-08-18 11:36:21 -07:00
Douman
37131b2114
runtime: refactor thread-local setters ( #1449 )
2019-08-15 13:00:57 -07:00
Douman
517162792f
macros: upgrade syn/quote ( #1432 )
2019-08-13 21:11:26 -07:00
Douman
18833a8e67
macros: Error on function with arguments ( #1419 )
2019-08-09 11:04:41 -04:00
Douman
59bc364a0e
macros: detect double test attribute ( #1336 )
2019-07-22 09:28:07 -07:00
Douman
0af05e7408
macros: allow configuring runtime used by main macro ( #1185 )
2019-06-27 10:40:21 -07:00
Douman
365efec24a
Add Interval::interval shortcut for a better usability ( #492 )
2018-07-23 23:08:49 -07:00