Owns a callback subscription to an Observer.

Synopsis

Declared in <folly/observer/Observer.h>

class CallbackHandle;

Member Functions

Name

Description

CallbackHandle [constructor]

Constructors

~CallbackHandle [destructor]

Destroys the handle, cancelling the subscription.

operator=

Assignment operators

cancel

Cancels the subscription.

Created with MrDocs