Photon Server API Documentation
v5.0RC1
Enqueues actions and More...
Public Member Functions | |
| void | Enqueue (IFiberAction action) |
| Enqueue action to target fiber. More... | |
| void | Remove (IDisposable timer) |
| Remove timer More... | |
Enqueues actions and
| void ExitGames.Concurrency.Core.ISchedulerRegistry.Enqueue | ( | IFiberAction | action | ) |
Enqueue action to target fiber.
| action |
Implemented in ExitGames.Concurrency.Core.Scheduler.
| void ExitGames.Concurrency.Core.ISchedulerRegistry.Remove | ( | IDisposable | timer | ) |