We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
open
1 parent 6c52fd9 commit 8b399a1Copy full SHA for 8b399a1
test/test_lock.ml
@@ -1,6 +1,6 @@
1
open QCheck
2
open STM
3
-open Picos_std_sync
+module Lock = Picos_std_sync.Lock
4
5
module Spec = struct
6
include SpecDefaults
test/test_mutex.ml
+module Mutex = Picos_std_sync.Mutex
test/test_rwlock.ml
+module Rwlock = Picos_std_sync.Rwlock
test/test_sem.ml
+module Sem = Picos_std_sync.Sem
0 commit comments