Photon Server API Documentation
v5.0RC1
Executes pending action(s). More...
Public Member Functions | |
| void | Execute (List< IFiberAction > toExecute) |
| Executes all actions. More... | |
| void | Execute (IFiberAction toExecute) |
Executes pending action(s).
| void ExitGames.Concurrency.Core.IExecutor.Execute | ( | IFiberAction | toExecute | ) |
| void ExitGames.Concurrency.Core.IExecutor.Execute | ( | List< IFiberAction > | toExecute | ) |
Executes all actions.
| toExecute |
summary> Executes a single action. /summary> param name="toExecute">
Implemented in ExitGames.Threading.ExtendedFailSafeExecutor, and ExitGames.Threading.BeforeAfterExecutor.