class DispatcherTest_SyncDispatcherDisallowsParallelCallbacks_Class

Defined at line 281 of file ../../src/devices/bin/driver_runtime/dispatcher_test.cc

Tests that a synchronous dispatcher only allows one callback to be running at a time.

We will register a callback that blocks and one that doesn't. We will then send

2 requests, and check that the second callback is not run until the first returns.

Public Methods

void DispatcherTest_SyncDispatcherDisallowsParallelCallbacks_Class ()

Defined at line 281 of file ../../src/devices/bin/driver_runtime/dispatcher_test.cc

void ~DispatcherTest_SyncDispatcherDisallowsParallelCallbacks_Class ()

Defined at line 281 of file ../../src/devices/bin/driver_runtime/dispatcher_test.cc