class AsyncSharder
Defined at line 16 of file ../../src/devices/bin/driver_manager/async_sharder.h
Helper class to make sending out concurrent async requests and making a callback when they have
all finished easier.
Public Methods
void AsyncSharder (size_t count, fit::callback<void (zx::result<>)> complete_callback)
Defined at line 9 of file ../../src/devices/bin/driver_manager/async_sharder.cc
void ~AsyncSharder ()
Defined at line 12 of file ../../src/devices/bin/driver_manager/async_sharder.cc
void CompleteShard ()
Defined at line 14 of file ../../src/devices/bin/driver_manager/async_sharder.cc
void CompleteShardError (zx_status_t status)
Defined at line 20 of file ../../src/devices/bin/driver_manager/async_sharder.cc