package async_unix
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
package async_unix
-
async_unix
-
-
thread_pool
-
thread_safe_ivar
-
thread_safe_pipe
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
async_unix v0.15.0
Libraries
This package provides the following libraries (via ocamlobjinfo):
thread_safe_pipe
Documentation:
Thread_safe_pipe
A thread-safe pipe is a thread-safe interface to the write end of a normalAsync.Pipe
. All operations except forcreate
must be called from threads outside Async, whilecreate
can be called from inside or outside Async.
thread_safe_ivar
Documentation:
Thread_safe_ivar
A simple thread-safe ivar implementation.
thread_pool
Documentation:
Thread_pool
A thread pool is a set of OCaml threads used to do work, where each piece of work is simply a thunk. One creates a thread pool, and then usesadd_work
to submit work to it. Work is done first-come-first-served by available threads in the pool. Any of the available threads in the pool could be used to do work submitted to the pool (except helper threads, see below).
async_unix
Documentation:
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page