Revert "deprecate fibers"

This reverts commit 83acc18d3d.
This commit is contained in:
Simon Cruanes 2025-09-26 14:54:50 -04:00
parent 2c1def188a
commit 1a64e7345e
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -5,15 +5,8 @@
@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