Module Types.Job_queue
type t={mutable num_jobs_run : int;mutable jobs_left_this_cycle : int;mutable jobs : Stdlib.Obj.t Core_kernel.Uniform_array.t;mutable mask : int;mutable front : int;mutable length : int;}
Types.Job_queuetype t = {mutable num_jobs_run : int; |
mutable jobs_left_this_cycle : int; |
mutable jobs : Stdlib.Obj.t Core_kernel.Uniform_array.t; |
mutable mask : int; |
mutable front : int; |
mutable length : int; |
}