This commit is contained in:
Simon Cruanes 2025-09-04 14:47:02 -04:00
parent 6c8c06b391
commit 63559f0f3b
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -1,4 +1,4 @@
[@@@ocaml.deprecated "use Picos_std_sync or single threaded solutions"]
[@@@ocaml.deprecated "use Picos_std_sync directly or single threaded solutions"]
module Mutex = Picos_std_sync.Mutex
module Condition = Picos_std_sync.Condition