Skip to content

Commit ceaefe5

Browse files
committed
Another link
1 parent d09161c commit ceaefe5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,8 @@ examples presented here.
540540

541541
For example, a library provides an operation to run a block with a timeout on
542542
the current fiber. One could use it with `Ivar.read` to implement a read
543-
operation with a timeout:
543+
operation
544+
[with a timeout](https://ocaml-multicore.github.io/picos/doc/picos/Picos_structured/Control/index.html#val-terminate_after):
544545

545546
```ocaml
546547
let read_in ~seconds ivar =

0 commit comments

Comments
 (0)