File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -148,7 +148,8 @@ code promptly cancels external requests and frees critical resources.
148148A trigger provides the ability to await for a signal and is perhaps the best
149149established and least controversial element of the Picos interface.
150150
151- Here is an extract from the signature of ` Trigger ` module:
151+ Here is an extract from the signature of the
152+ [ ` Trigger ` module] ( https://ocaml-multicore.github.io/picos/doc/picos/Picos/Trigger/index.html ) :
152153
153154<!--
154155```ocaml
@@ -282,7 +283,8 @@ _canceled_, of some sort of computation and allows anyone with access to the
282283computation to attach triggers to it to be signaled in case the computation
283284stops running.
284285
285- Here is an extract from the signature of the ` Computation ` module:
286+ Here is an extract from the signature of the
287+ [ ` Computation ` module] ( https://ocaml-multicore.github.io/picos/doc/picos/Picos/Computation/index.html ) :
286288
287289``` ocaml skip
288290type 'a t
@@ -343,7 +345,8 @@ it runs some function under its handler. The `Fiber` abstraction provides a way
343345to share a proxy identity, and a bit of state, between a scheduler and other
344346concurrent abstractions.
345347
346- Here is an extract from the signature of the ` Fiber ` module:
348+ Here is an extract from the signature of the
349+ [ ` Fiber ` module] ( https://ocaml-multicore.github.io/picos/doc/picos/Picos/Fiber/index.html ) :
347350
348351``` ocaml skip
349352type t
You can’t perform that action at this time.
0 commit comments