mirror of
https://github.com/c-cube/moonpool.git
synced 2026-03-09 15:23:34 -04:00
19 lines
379 B
OCaml
19 lines
379 B
OCaml
(** Fibers for moonpool.
|
|
|
|
See {!Fiber} for the most important explanations.
|
|
|
|
@since 0.6. *)
|
|
|
|
module Fiber = Fiber
|
|
[@@deprecated "use picos structured concurrency or something else"]
|
|
|
|
module Fls = Fls
|
|
module Handle = Handle
|
|
|
|
module Main = Main
|
|
[@@deprecated "use picos structured concurrency or something else"]
|
|
|
|
[@@@ocaml.alert "-deprecated"]
|
|
|
|
include Fiber
|
|
include Main
|