class Thread
Defined at line 46 of file ../../src/storage/lib/block_server/block_server.h
Represents the thread that services all FIDL requests. This appears via `StartThread`.
Public Methods
void Thread (Thread && other)
Defined at line 48 of file ../../src/storage/lib/block_server/block_server.h
Thread & operator= (Thread && other)
Defined at line 49 of file ../../src/storage/lib/block_server/block_server.h
void ~Thread ()
NOTE: The `BlockServer` destructor will be unblocked before this returns, so take
care with any code that runs *after* this returns.
Defined at line 53 of file ../../src/storage/lib/block_server/block_server.h
void Run ()
Runs the thread (blocking).
Defined at line 59 of file ../../src/storage/lib/block_server/block_server.h
Friends
class BlockServer