Beamable SDK
Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Protected Attributes | Properties | List of all members
Beamable.Common.PromiseBase Class Reference
Inheritance diagram for Beamable.Common.PromiseBase:
Inheritance graph
[legend]
Collaboration diagram for Beamable.Common.PromiseBase:
Collaboration graph
[legend]

Static Public Member Functions

static void SetPotentialUncaughtErrorHandler (PromiseEvent handler)
 

Public Attributes

bool IsCompleted => done
 

Static Public Attributes

static readonly Unit Unit = new Unit()
 
static Promise< UnitSuccessfulUnit => Promise<Unit>.Successful(Unit)
 

Protected Member Functions

void InvokeUncaughtPromise ()
 

Protected Attributes

Action< Exception > errbacks
 
Exception err
 
object _lock = new object()
 

Properties

bool HadAnyErrbacks [get, protected set]
 
bool done [get, set]
 

The documentation for this class was generated from the following file: