Module wnfs_common::utils

source ·

Traits§

  • A conditionally compiled trait indirection for Send bounds. This target makes it require Send.
  • A conditionally compiled trait indirection for Send + Sync bounds. This target makes it require Send + Sync.

Functions§

Type Aliases§

  • A conditionally compiled atomic or non-atomic reference counter. In this target it’s backed by std::sync::Arc<T>.
  • A conditionally compiled BoxFuture. Resolves to either BoxFuture or LocalBoxFuture, depending on the target.
  • A conditionally compiled BoxStream. Resolves to either BoxStream or LocalBoxStream, depending on the target.