isolate_rpc 1.1.4
isolate_rpc: ^1.1.4 copied to clipboard
isolate_rpc makes Isolate enjoyable. A simple RPC-style designed API for Isolate.
1.1.4 #
- Update library description
1.1.3 #
- Add Isolate communication benchmark to illustrate the overhead is neglectable
compared to the create and dispose of one-off
Isolate
1.1.2 #
- Fix readme benchmark images are not shown on pub.dev
1.1.1 #
- Update readme for benchmark
1.1.0 #
breaking change to refactor simpler API naming
- Rename
RpcServicetoIsolateRpc - Rename
RpcResponsetoIsolateRpcResponse - Rename
RpcErrortoIsolateRpcError - Hide
IsolateRpcconstructor
1.0.1 #
- Add more advance use case in README.md
1.0.0 #
- Initial version.