6 Commits

Author SHA1 Message Date
Tim Vilgot Mikael Fredenberg
933fa498d0
benches: properly gate unix benches (#7392) 2025-06-11 10:07:34 +02:00
M.Amin Rayej
b046c0dcbb
benches: use criterion instead of bencher (#5981) 2023-09-10 16:42:53 +02:00
Lucio Franco
07802b2c84
rt: worker_threads must be non-zero (#2947)
Co-authored-by: Alice Ryhl <alice@ryhl.io>
2020-10-12 15:15:40 -04:00
Lucio Franco
8880222036
rt: Remove threaded_scheduler() and basic_scheduler() (#2876)
Co-authored-by: Alice Ryhl <alice@ryhl.io>
Co-authored-by: Carl Lerche <me@carllerche.com>
2020-10-12 13:44:54 -04:00
Mikail Bagishov
99d4061203
bench: fix unused_mut lint in benches (#2889) 2020-09-27 11:07:55 +02:00
Ivan Petkov
7ae5b7bd4f
signal: move driver to runtime thread (#2835)
Refactors the signal infrastructure to move the driver to the runtime
thread. This follows the model put forth by the I/O driver and time
driver.
2020-09-22 15:40:44 -07:00