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 d09161c commit ceaefe5Copy full SHA for ceaefe5
README.md
@@ -540,7 +540,8 @@ examples presented here.
540
541
For example, a library provides an operation to run a block with a timeout on
542
the current fiber. One could use it with `Ivar.read` to implement a read
543
-operation with a timeout:
+operation
544
+[with a timeout](https://ocaml-multicore.github.io/picos/doc/picos/Picos_structured/Control/index.html#val-terminate_after):
545
546
```ocaml
547
let read_in ~seconds ivar =
0 commit comments