Expand description
Utilities for tests that interact with fidl.
Modules§
- fdomain
- FDomain versions of the utilities in this crate.
Functions§
- spawn_
local_ stream_ handler - Utility that spawns a new task to handle requests of a particular type, requiring a singlethreaded executor. The requests are handled one at a time.
- spawn_
stream_ handler - Utility that spawns a new task to handle requests of a particular type. The request handler must be threadsafe. The requests are handled one at a time.