pub fn make_subsystem_context<M, S>(
spawner: S,
) -> (TestSubsystemContext<M, SpawnGlue<S>>, TestSubsystemContextHandle<M>)
Expand description
Make a test subsystem context with buffer_size == 0
. This is used by most
of the tests.
pub fn make_subsystem_context<M, S>(
spawner: S,
) -> (TestSubsystemContext<M, SpawnGlue<S>>, TestSubsystemContextHandle<M>)
Make a test subsystem context with buffer_size == 0
. This is used by most
of the tests.