Module ThreadGroup

module ThreadGroup: sig .. end

type t 
val make : t option -> string -> t
val active_count : t -> int32
val active_group_count : t -> int32
val destroy : t -> unit
val get_max_priority : t -> int32
val get_name : t -> string
val get_parent : t -> t option
val interrupt : t -> unit
val is_daemon : t -> bool
val is_destroyed : t -> bool
val parent_of : t -> t -> bool
val set_daemon : t -> bool -> unit
val set_max_priority : t -> int32 -> unit