[][src]Module sealrs::actors::scheduler

Scheduler for needs of actor system. Based on the Timers crate and as fact, is an wrapper above him.

Structs

Scheduler
TaskGuard

Represents task in scheduler. Task is exists while this guard does not dropped.