package async_kernel
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Monadic concurrency library
Install
dune-project
Dependency
Authors
Maintainers
Sources
async_kernel-v0.12.0.tar.gz
sha256=27b446895ca5251191159d173e787a53938b4a529d7ef7e3c490fb96740e0f6f
md5=24d41c607761ceece3df15bf9b061bcf
doc/async_kernel.eager_deferred/Eager_deferred/Or_error/index.html
Module Eager_deferred.Or_error
type 'a t = 'a Core_kernel.Or_error.t Async_kernel.Deferred.tinclude Core_kernel.Monad.S with type 'a t := 'a t
module Monad_infix : sig ... endval return : 'a -> 'a tmodule Let_syntax : sig ... endval fail : Core_kernel.Error.t -> _ tval ok_unit : unit tval ok_exn : 'a t -> 'a Async_kernel.Deferred.tval of_exn : exn -> _ tval of_exn_result :
('a, exn) Core_kernel.Result.t Async_kernel.Deferred.t ->
'a tval error : string -> 'a -> ('a -> Core_kernel.Sexp.t) -> _ tval error_s : Core_kernel.Sexp.t -> _ tval error_string : string -> _ tval errorf : ('a, unit, string, _ t) Core_kernel.format4 -> 'aval unimplemented : string -> _ tval try_with :
?extract_exn:bool ->
?here:Lexing.position ->
?name:string ->
(unit -> 'a Async_kernel.Deferred.t) ->
'a tNote that try_with f is eager only in the Ok case.
val try_with_join :
?extract_exn:bool ->
?here:Lexing.position ->
?name:string ->
(unit -> 'a t) ->
'a tNote that try_with_join f is eager only when no exception is raised by f.
module List :
Async_kernel.Monad_sequence.S
with type 'a monad := 'a t
with type 'a t := 'a list sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>