package async_rpc_websocket
Library to serve and dispatch Async RPCs over websockets
Install
Dune Dependency
Authors
Maintainers
Sources
async_rpc_websocket-v0.16.0.tar.gz
sha256=06b585dd96c290a5f5e6c72bfbe1ff2b4985306423bd4bbdbc707025982b9a7c
CHANGES.md.html
Release v0.16.0
Refactored the interface of the
Rpc
module to make less frequent use of function type aliases for sharing code. The result is that each function signature is larger, but easier to fully understand. Any users of the function type aliases will need to update their code, since those aliases were removed.Added the
Rpc.Transport
module. The interface for this module is similar to that ofRpc
, except that callbacks are given a transport instead of a pre-constructed connection.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>