You can search for identifiers within the package.
in-package search v0.2.0
fiber
Fiber.Expert
This module offers no safety protections. It is only needed for maximizing performance in certain situations
type 'a k
val suspend : ('a k -> unit) -> 'a t
suspend k call with the current continuation
suspend k
val resume : 'a k -> 'a -> unit t
resume k a resume a suspended fiber with a. It is forbidden to call resume more than once on a a fiber.
resume k a
a
resume