mirror of
https://github.com/c-cube/moonpool.git
synced 2025-12-06 03:05:30 -05:00
deprecate fibers
This commit is contained in:
parent
5ea9a3f587
commit
83acc18d3d
1 changed files with 7 additions and 0 deletions
|
|
@ -5,8 +5,15 @@
|
||||||
@since 0.6. *)
|
@since 0.6. *)
|
||||||
|
|
||||||
module Fiber = Fiber
|
module Fiber = Fiber
|
||||||
|
[@@deprecated "use picos structured concurrency or something else"]
|
||||||
|
|
||||||
module Fls = Fls
|
module Fls = Fls
|
||||||
module Handle = Handle
|
module Handle = Handle
|
||||||
|
|
||||||
module Main = Main
|
module Main = Main
|
||||||
|
[@@deprecated "use picos structured concurrency or something else"]
|
||||||
|
|
||||||
|
[@@@ocaml.alert "-deprecated"]
|
||||||
|
|
||||||
include Fiber
|
include Fiber
|
||||||
include Main
|
include Main
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue