tick 0.3.3

Provides primitives to interact with and manipulate machine time.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
source: crates/tick/src/clock.rs
expression: clock
---
Clock {
    kind: "system",
    timers: 0,
    alive: false,
    affinity: Some(
        Affinity {
            processor_index: 1,
            memory_region_index: 0,
            processor_count: 2,
            memory_region_count: 1,
        },
    ),
    ..
}