class AsyncLoopForTest
Defined at line 23 of file ../../src/lib/fidl_codec/fidl_codec_test.h
Public Methods
void AsyncLoopForTest ()
The AsyncLoopForTest constructor should also call
async_set_default_dispatcher() with the chosen dispatcher implementation.
Defined at line 43 of file ../../src/lib/fidl_codec/wire_parser_test.cc
void ~AsyncLoopForTest ()
Defined at line 45 of file ../../src/lib/fidl_codec/wire_parser_test.cc
zx_status_t RunUntilIdle ()
This call matches the behavior of async_loop_run_until_idle().
Defined at line 47 of file ../../src/lib/fidl_codec/wire_parser_test.cc
zx_status_t Run ()
This call matches the behavior of async_loop_run().
Defined at line 49 of file ../../src/lib/fidl_codec/wire_parser_test.cc
async_dispatcher_t * dispatcher ()
Returns the underlying async_t.
Defined at line 51 of file ../../src/lib/fidl_codec/wire_parser_test.cc