Expand description
Helpers for writing tests using drivers and dispatchers
Functionsยง
- run_
in_ driver - Runs the given closure under the a new root driver dispatcher. Use [
fdf::CurrentDispatcher
] to reference the dispatcher if needed. - run_
in_ driver_ etc - Runs the given closure under a new root driver dispatcher, with some additional options.
Use [
fdf::CurrentDispatcher
] to reference the dispatcher if needed. - spawn_
in_ driver - Runs the given future to completion under the a new root driver dispatcher. Use
[
fdf::CurrentDispatcher
] to reference the dispatcher if needed. - spawn_
in_ driver_ etc - Runs the given future to completion under a new root driver dispatcher, with some additional
options. Use [
fdf::CurrentDispatcher
] to reference the dispatcher if needed.