Skip to content

[ScheduleOnTest] block worker thread if IO is not available

Maxim Onciul requested to merge scheduleOnTest-wo-io into master

The alpha fiber waits to ensure the worker threads are suspended before starting to schedule work on specific threads. emper::sleep uses an AlarmFuture and thus needs emper to be build with IO support. If IO is not available we now just block the whole worker thread.

Merge request reports

Loading