package async_unix

  1. Overview
  2. Docs
Monadic concurrency library

Install

Dune Dependency

Authors

Maintainers

Sources

v0.13.1.tar.gz
sha256=80abc8d66d3abac576a20e8e6756d5049a95a0ca0aa786b9b5259954c5a650c0
md5=0393b0971fa8003bb190223e486dc70e

doc/async_unix.thread_pool/Thread_pool/Helper_thread/index.html

Module Thread_pool.Helper_thread

A helper thread is a thread with its own dedicated work queue. Work added for the helper thread is guaranteed to be run by that thread. The helper thread only runs work explicitly supplied to it. Helper threads count towards a thread pool's max_num_threads.

type t
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val default_name : t -> string

default_name t returns the name that will be used for work performed by t, unless that work is added with an overriding name

val default_priority : t -> Priority.t

default_priority t returns the priority that will be used for work performed by t, unless that work is added with an overriding priority.

OCaml

Innovation. Community. Security.