Module util

Source

Structs§

FormatBytes
FormatDuration
IdFactory
A helper for constructing id types like FunctionId.
IdFactoryWithReuse
An IdFactory, but extended with a free list to allow for id reuse for ids such as BackendJobId.
NoMoveVec
OnceConcurrentlyMap
SafeOnceConcurrentlyMap
SharedError
A error struct that is backed by an Arc to allow cloning errors
WrapFuture
A future that wraps another future and applies a function on every poll call.

Enums§

StaticOrArc
Smart pointer that stores data either in an Arc or as a static reference.