Expand description
Utilities for tests that interact with fidl.
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.