Photon Server API Documentation v5.0RC1

Public Member Functions | Properties | List of all members
ExitGames.Concurrency.Core.DefaultExecutor Class Reference

Default executor. More...

Inheritance diagram for ExitGames.Concurrency.Core.DefaultExecutor:
ExitGames.Concurrency.Core.IExecutor

Public Member Functions

void Execute (IFiberAction toExecute)
 
- Public Member Functions inherited from ExitGames.Concurrency.Core.IExecutor
void Execute (List< IFiberAction > toExecute)
 Executes all actions. More...
 

Properties

bool IsEnabled [get, set]
 When disabled, actions will be ignored by executor. The executor is typically disabled at shutdown to prevent any pending actions from being executed. More...
 

Detailed Description

Default executor.

Member Function Documentation

◆ Execute()

void ExitGames.Concurrency.Core.DefaultExecutor.Execute ( IFiberAction  toExecute)
inline

Property Documentation

◆ IsEnabled

bool ExitGames.Concurrency.Core.DefaultExecutor.IsEnabled
getset

When disabled, actions will be ignored by executor. The executor is typically disabled at shutdown to prevent any pending actions from being executed.