Module robj

Source
Available on crate feature robj only.
Expand description

Remote objects.

This module provides functionality to access and transmit data remotely. All types presented here can be sent over remote channels or used as arguments or return types of remote functions or in remote traits.

Modules§

handle
Remote handle to an object.
lazy
Lazy transmission of values.
lazy_blob
Lazy transmission of binary data.
rw_lock
A read/write lock that shares a consistent view of a value over multiple remote endpoints.