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
type ('query, 'state, 'update, 'error) t =
( 'query, 'state, 'update, 'error ) State_rpc.t
val create :
?client_pushes_back:unit ->
name:string ->
version:int ->
bin_query:'query Bin_prot.Type_class.t ->
bin_state:'state Bin_prot.Type_class.t ->
bin_update:'update Bin_prot.Type_class.t ->
bin_error:'error Bin_prot.Type_class.t ->
unit ->
( 'query, 'state, 'update, 'error ) t
val description : ( _, _, _, _ ) t -> Description.t
val bin_query : ( 'query, _, _, _ ) t -> 'query Bin_prot.Type_class.t
val bin_state : ( _, 'state, _, _ ) t -> 'state Bin_prot.Type_class.t
val bin_update : ( _, _, 'update, _ ) t -> 'update Bin_prot.Type_class.t
val bin_error : ( _, _, _, 'error ) t -> 'error Bin_prot.Type_class.t
ON THIS PAGE
No table of contents