Photon Server API Documentation v5.0RC1

Public Member Functions | List of all members
ExitGames.Concurrency.Core.IExecutor Interface Reference

Executes pending action(s). More...

Inheritance diagram for ExitGames.Concurrency.Core.IExecutor:
ExitGames.Concurrency.Core.DefaultExecutor ExitGames.Concurrency.Fibers.IExtendedExecutor ExitGames.Threading.BeforeAfterExecutor ExitGames.Threading.FailSafeBatchExecutor ExitGames.Threading.ExtendedBeforeAfterExecutor ExitGames.Threading.ExtendedFailSafeExecutor ExitGames.Threading.ExtendedBeforeAfterExecutor ExitGames.Threading.ExtendedFailSafeExecutor

Public Member Functions

void Execute (List< IFiberAction > toExecute)
 Executes all actions. More...
 
void Execute (IFiberAction toExecute)
 

Detailed Description

Executes pending action(s).

Member Function Documentation

◆ Execute() [1/2]

void ExitGames.Concurrency.Core.IExecutor.Execute ( IFiberAction  toExecute)

◆ Execute() [2/2]

void ExitGames.Concurrency.Core.IExecutor.Execute ( List< IFiberAction toExecute)

Executes all actions.

Parameters
toExecute

summary> Executes a single action. /summary> param name="toExecute">

Implemented in ExitGames.Threading.ExtendedFailSafeExecutor, and ExitGames.Threading.BeforeAfterExecutor.