Crate contained_core

Source

Modules§

compute
connect
delay
epoch
states
tasks

Enums§

AsyncError
Error

Traits§

ArrayLike
ArrayLike describes the basic behaviors of an array-like structure
AsBytes
AsMutBytes
BaseError
Include
Include describes the basic behaviors of a structure which can include a new element Include is designed to be an alternative to ArrayLike::push for structures which may or may not have a natural ordering
Insert
Insert describes the basic behaviors of a structure insert a new element given an index or key
Iterable
Iterable describes the basic behaviors of an iterable structure
TryInclude
TryInsert

Functions§

subspace
subspace is a function for creating subsets of a given Vec and set size

Type Aliases§

AsyncResult
A type alias for a Result with the error type AsyncError.
Resultant
Type alias for a Result
Sharded
A type alias for a thread-safe Vec of Mutexes.
Shared
A type alias for an thread-safe Mutex.