Module minimo::ctx

source ·

Structs§

  • A thread-safe reference-counting pointer. ‘Arc’ stands for ‘Atomically Reference Counted’.
  • A Duration type to represent a span of time, typically used for system timeouts.
  • A hash map implemented with quadratic probing and SIMD lookup.
  • A mutual exclusion primitive useful for protecting shared data