Fan.Sys.ActorPool.schedule C# (CSharp) Method

schedule() private method

private schedule ( Actor a, Duration d, Future f ) : void
a Actor
d Duration
f Future
return void
        internal void schedule(Actor a, Duration d, Future f)
        {
            m_scheduler.schedule(d.ticks(), new ScheduledWork(a, f));
        }