class AsyncLoopForTest

Defined at line 20 of file ../../sdk/testing/fidl/async_loop_for_test.h

Public Methods

void AsyncLoopForTest ()

The AsyncLoopForTest constructor should also call

async_set_default_dispatcher() with the chosen dispatcher implementation.

Defined at line 24 of file ../../sdk/testing/fidl/async_loop_for_test.cc

void ~AsyncLoopForTest ()

Defined at line 26 of file ../../sdk/testing/fidl/async_loop_for_test.cc

zx_status_t RunUntilIdle ()

This call matches the behavior of async_loop_run_until_idle().

Defined at line 28 of file ../../sdk/testing/fidl/async_loop_for_test.cc

zx_status_t Run ()

This call matches the behavior of async_loop_run().

Defined at line 30 of file ../../sdk/testing/fidl/async_loop_for_test.cc

async_dispatcher_t * dispatcher ()

Returns the underlying async_dispatcher_t.

Defined at line 32 of file ../../sdk/testing/fidl/async_loop_for_test.cc