async_js
A small library that provide Async support for JavaScript platforms
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
package async_js
-
async_js
-
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library async_js
val sexp_of_t :
( 'connection_state -> Sexplib0.Sexp.t ) ->
'connection_state t ->
Sexplib0.Sexp.t
val description : _ t -> Description.t
We may want to use an 'a t
implementation (perhaps provided by someone else) in a 'b t
context. We can do this as long as we can map our state into the state expected by the original implementer.
val update_on_exception :
'a t ->
f:( On_exception.t -> On_exception.t ) ->
'a t
ON THIS PAGE
No table of contents