package async_unix
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  Monadic concurrency library
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      async_unix-v0.13.0.tar.gz
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=6ad4b4271b1a28150e2e6ddddcdc7e6df2c144c3221be3fa64d400e9500ebe9c
    
    
  md5=1f150e28eeca17ebf3ff65641132c26d
    
    
  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.
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.tval default_name : t -> stringdefault_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.tdefault_priority t returns the priority that will be used for work performed by t, unless that work is added with an overriding priority.
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >