Owns an EventBase running on its own thread.
Synopsis
Declared in <folly/io/async/EventBaseThread.h>
class EventBaseThread;
Member Functions
Name |
Description |
|
Constructors |
|
Stops the thread and destroys the object. |
Assignment operators |
|
Returns the EventBase running on the thread. |
|
Returns whether the thread is currently running. |
|
Starts the thread. |
|
Stops the thread. |
Created with MrDocs