Module Thread.Fiber

type t = {
id : int;
parent : t option;
thread : Thread.t;
}