Structs§
- Clock
Key - Environment
- Layered environment with typed dependencies (UDF
DependencyValues+ scoped overrides). - Fake
Clock - Test double clock for deterministic effect tests.
- LiveRng
- Production RNG backed by a splitmix-seeded xorshift64 state.
- Live
Uuid Gen - Production UUID stand-in mixing wall time, pid, and a monotonic counter.
- Mock
Http - Minimal HTTP mock for env-backed effects.
- NowDep
- NowKey
- Real
Clock - RngDep
- RngKey
- Seeded
Rng - Seeded
Uuid Gen - Deterministic UUID stand-in for tests — not cryptographically random.
- TestNow
- UuidKey
Traits§
- DepRng
- Dependency
Key - Register a dependency value under its key type (UDF
DependencyKey). - Now
- UuidGen
Functions§
- batch
- Fiber-local batching for coalescing synchronous dispatches within one update tick.
- defer_
batch