SchedulerSourcetype t = {uid : Uid.t;rnd : Random.State.t;run_queue : Core.Proc_queue.t;sleep_set : Core.Proc_set.t;timers : Time.Timer_wheel.t;io_tbl : Net.Io.t;}type pool = {mutable stop : bool;schedulers : t list;processes : Core.Proc_table.t;registry : Core.Proc_registry.t;}