Crate fidl_test_util

Source
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.