Photon Server API Documentation
v5.0RC1
Public Member Functions | |
| void | Execute () |
| Call to execute action More... | |
| void | Return () |
| Chance to return action to pool More... | |
| void ExitGames.Concurrency.Fibers.IFiberAction.Execute | ( | ) |
Call to execute action
Implemented in ExitGames.Concurrency.Core.DelegateAction, and ExitGames.Concurrency.Core.NullAction.
| void ExitGames.Concurrency.Fibers.IFiberAction.Return | ( | ) |
Chance to return action to pool
Implemented in ExitGames.Concurrency.Core.DelegateAction, and ExitGames.Concurrency.Core.NullAction.