Photon Server API Documentation v5.0RC1

Public Member Functions | List of all members
ExitGames.Concurrency.Fibers.IFiberAction Interface Reference
Inheritance diagram for ExitGames.Concurrency.Fibers.IFiberAction:
ExitGames.Concurrency.Core.DelegateAction ExitGames.Concurrency.Core.NullAction

Public Member Functions

void Execute ()
 Call to execute action More...
 
void Return ()
 Chance to return action to pool More...
 

Member Function Documentation

◆ Execute()

void ExitGames.Concurrency.Fibers.IFiberAction.Execute ( )

◆ Return()

void ExitGames.Concurrency.Fibers.IFiberAction.Return ( )

Chance to return action to pool

Implemented in ExitGames.Concurrency.Core.DelegateAction, and ExitGames.Concurrency.Core.NullAction.