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
module Responder : sig ... end
See Rpc.Expert.Responder
for how to use this.
val create_exn :
implementations:'connection_state Implementation.t list ->
on_unknown_rpc:
[ `Raise
| `Continue
| `Close_connection
| `Call of
'connection_state ->
rpc_tag:string ->
version:int ->
[ `Close_connection | `Continue ]
| `Expert of
'connection_state ->
rpc_tag:string ->
version:int ->
Responder.t ->
Core.Bigstring.t ->
pos:int ->
len:int ->
unit Async_kernel.Deferred.t ] ->
'connection_state t
Same as create_exn
, except for the additional `Expert
variant.
ON THIS PAGE
No table of contents