Photon Server API Documentation
v5.0RC1
Context of execution. More...
Public Member Functions | |
| void | Enqueue (IFiberAction action) |
| Enqueue a single action. More... | |
| void | Enqueue (Action action) |
| Enqueue a single action. More... | |
Context of execution.
| void ExitGames.Concurrency.Core.IExecutionContext.Enqueue | ( | Action | action | ) |
Enqueue a single action.
| action |
Implemented in ExitGames.Concurrency.Fibers.PoolFiber, ExitGames.Concurrency.Fibers.ThreadFiber, ExitGames.Concurrency.Fibers.StubFiber, and ExitGames.Concurrency.Fibers.GuiFiber.
| void ExitGames.Concurrency.Core.IExecutionContext.Enqueue | ( | IFiberAction | action | ) |