package async_kernel
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
On This Page
  
  
  Monadic concurrency library
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      async_kernel-v0.15.0.tar.gz
    
    
        
    
  
  
  
    
  
        sha256=30753e014bb0b127ee59f10b1073b8ae476468fb2f07dc8c99dbe2ef312fc696
    
    
  Description
Part of Jane Street's Core library The Core suite of libraries is an industrial strength alternative to OCaml's standard library that was developed by Jane Street, the largest industrial user of OCaml.
Published: 21 Mar 2022
README
"Async_kernel"
Async_kernel contains Async's core data structures, like Deferred. Async_kernel is portable, and so can be used in JavaScript using Async_js. In principle it could also be used on Windows, but no scheduler has been written for Async on Windows as of yet.
API documentation for the latest release can be found [here][https://ocaml.janestreet.com/ocaml-core/latest/doc/async/index.html].
Dependencies (5)
- 
  
    dune
  
  
    >= "2.0.0"
- 
  
    ppx_jane
  
  
    >= "v0.15" & < "v0.16"
- 
  
    core_kernel
  
  
    >= "v0.15" & < "v0.16"
- 
  
    core
  
  
    >= "v0.15" & < "v0.16"
- 
  
    ocaml
  
  
    >= "4.08.0"
Dev Dependencies
None
Used by (25)
- 
  
    accessor_async
  
  
    = "v0.15.0"
- alcotest-async
- 
  
    async
  
  
    = "v0.15.0"
- 
  
    async_durable
  
  
    = "v0.15.0"
- 
  
    async_extra
  
  
    = "v0.15.0"
- 
  
    async_js
  
  
    >= "v0.15.0" & < "v0.16.0"
- 
  
    async_rpc_kernel
  
  
    = "v0.15.0"
- 
  
    async_sendfile
  
  
    = "v0.15.0"
- 
  
    async_unix
  
  
    = "v0.15.0"
- 
  
    aws-s3-async
  
  
    >= "4.6.0"
- bastet_async
- 
  
    bonsai
  
  
    >= "v0.15.0" & < "v0.16.0"
- 
  
    caqti-async
  
  
    >= "1.3.0" & < "2.1.2"
- 
  
    cohttp-async
  
  
    = "5.2.0" | = "6.0.0~alpha1"
- 
  
    cohttp-curl-async
  
  
    < "6.1.0"
- 
  
    ecaml
  
  
    = "v0.15.0"
- 
  
    graphql-async
  
  
    >= "0.14.0"
- 
  
    incr_dom
  
  
    >= "v0.15.0" & < "v0.16.0"
- 
  
    incr_dom_interactive
  
  
    >= "v0.15.0" & < "v0.16.0"
- lambda_streams_async
- 
  
    logs-async
  
  
    < "1.3"
- 
  
    memtrace_viewer
  
  
    = "v0.15.0"
- 
  
    pgx_async
  
  
    >= "1.0"
- 
  
    resource_cache
  
  
    = "v0.15.0"
- zmq-async
Conflicts
None
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  On This Page