You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 29, 2026. It is now read-only.
spawn : ('a Fiber.t -> 'a) -> 'a Fiber.t so that the fiber is directly in scope in its main function. This means operations like spawn_under or cancel etc. could take a fiber as argument instead of incurring the cost of a TLS lookup?
spawn : ('a Fiber.t -> 'a) -> 'a Fiber.tso that the fiber is directly in scope in its main function. This means operations likespawn_underorcanceletc. could take a fiber as argument instead of incurring the cost of a TLS lookup?