class DispatcherTest_AllowSyncCallsDoesNotBlockGlobalLoop_Class
Defined at line 731 of file ../../src/devices/bin/driver_runtime/dispatcher_test.cc
Tests that a blocking dispatcher does not block the global async loop shared between
all dispatchers in a process.
We will register a blocking callback, and ensure we can receive other callbacks
at the same time.
Public Methods
void DispatcherTest_AllowSyncCallsDoesNotBlockGlobalLoop_Class ()
Defined at line 731 of file ../../src/devices/bin/driver_runtime/dispatcher_test.cc
void ~DispatcherTest_AllowSyncCallsDoesNotBlockGlobalLoop_Class ()
Defined at line 731 of file ../../src/devices/bin/driver_runtime/dispatcher_test.cc