remoc 0.18.3

🦑 Remote multiplexed objects, channels, observable collections and RPC making remote interactions seamless. Provides multiple remote channels and RPC over TCP, TLS or any other transport.
Documentation
1
2
3
4
5
6
7
8
//! JavaScript async executive.

pub mod runtime;
pub mod task;
pub mod time;

mod sync_wrapper;
mod thread_pool;