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.
1 parent 624592f commit a466c15Copy full SHA for a466c15
lib/picos_threaded/picos_threaded.mli
@@ -10,8 +10,7 @@
10
- [yield] just calls {!Thread.yield}.
11
- [cancel_after] uses a per-domain {{!Picos_select} background thread} that
12
runs a {!Unix.select} loop to cancel computations.
13
- - [await] uses {{!Picos_ptmc} a per thread mutex and condition} to suspend
14
- the thread.
+ - [await] uses a per thread mutex and condition to suspend the thread.
15
16
⚠️ This scheduler is probably suitable for simple applications that do not
17
spawn a lot of fibers. If an application uses a lot of short lived fibers,
0 commit comments