Photon Server API Documentation v5.0RC1

Public Member Functions | List of all members
ExitGames.Concurrency.Core.ISchedulerRegistry Interface Reference

Enqueues actions and More...

Inheritance diagram for ExitGames.Concurrency.Core.ISchedulerRegistry:
ExitGames.Concurrency.Core.Scheduler

Public Member Functions

void Enqueue (IFiberAction action)
 Enqueue action to target fiber. More...
 
void Remove (IDisposable timer)
 Remove timer More...
 

Detailed Description

Enqueues actions and

Member Function Documentation

◆ Enqueue()

void ExitGames.Concurrency.Core.ISchedulerRegistry.Enqueue ( IFiberAction  action)

Enqueue action to target fiber.

Parameters
action

Implemented in ExitGames.Concurrency.Core.Scheduler.

◆ Remove()

void ExitGames.Concurrency.Core.ISchedulerRegistry.Remove ( IDisposable  timer)

Remove timer

Parameters
timer

Implemented in ExitGames.Concurrency.Core.Scheduler.