Module remoc::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§

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