Skip to content

Commit a466c15

Browse files
committed
Drop reference to deleted library
1 parent 624592f commit a466c15

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/picos_threaded/picos_threaded.mli

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
- [yield] just calls {!Thread.yield}.
1111
- [cancel_after] uses a per-domain {{!Picos_select} background thread} that
1212
runs a {!Unix.select} loop to cancel computations.
13-
- [await] uses {{!Picos_ptmc} a per thread mutex and condition} to suspend
14-
the thread.
13+
- [await] uses a per thread mutex and condition to suspend the thread.
1514
1615
⚠️ This scheduler is probably suitable for simple applications that do not
1716
spawn a lot of fibers. If an application uses a lot of short lived fibers,

0 commit comments

Comments
 (0)