Concurrency.NowMillis monotonic clock
Platform spec ADR
Concurrency.NowMillis monotonic clock
Spec standingStandard
- Concurrency package - Contracts and edge cases Send, Receive, Join, Cancel, and Hub normative contracts.
- Concurrency package - Decisions record (legacy index) Migration index pointing to per-decision ADR files under adr/—normative text lives in ADRs, not this page.
- Concurrency package - Design model Package layout, module map, and thin-wrapper rule for Fiber and Channel structs.
- Concurrency package - Examples Illustrative spawn, Channel, and Hub usage (informative).
0 revisions (git unavailable at build; counts may be empty)
No commits recorded for this path.
| Section id | Required | Found |
|---|---|---|
what-this-feature-specifies | yes | yes |
implementation-anchors | yes | yes |
Full tree: run pnpm verify:platform-spec-layout (writes src/generated/platform-spec-layout-report.json).
Context
Section titled “Context”Legacy rt_now_millis and scattered clock builtins confuse package boundaries.
Decision
Section titled “Decision”`Concurrency.NowMillis() -> i64` in concurrency package replaces legacy rt_now_millis. Wall clock deferred to future System.Time.
Consequences
Section titled “Consequences”Wall-clock ADR required before exposing civil time in corelib.
Verification anchors
Section titled “Verification anchors”Builtin spec table; corelib clock smoke tests.