Owns an EventBase running on its own thread.

Synopsis

Declared in <folly/io/async/EventBaseThread.h>

class EventBaseThread;

Member Functions

Name

Description

EventBaseThread [constructor]

Constructors

~EventBaseThread [destructor]

Stops the thread and destroys the object.

operator=

Assignment operators

getEventBase

Returns the EventBase running on the thread.

running

Returns whether the thread is currently running.

start

Starts the thread.

stop

Stops the thread.

Created with MrDocs