mirror of
https://github.com/c-cube/moonpool.git
synced 2025-12-05 19:00:33 -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. *)
|
||||
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue