Akka.TestKit.TestScheduler.TestScheduler C# (CSharp) Method

TestScheduler() public method

public TestScheduler ( ActorSystem system ) : System
system ActorSystem
return System
        public TestScheduler(ActorSystem system)
        {
            _now = DateTimeOffset.UtcNow;
            _scheduledWork = new ConcurrentDictionary<long, Queue<ScheduledItem>>();
        }