Skip to main content
AssignmentClock
wowlab_
sentinel
0.1.35
Assignment
Clock
Required Methods
now_ms
Implementations on Foreign Types
&T
Implementors
In wowlab_
sentinel::
scheduler::
dispatch
wowlab_sentinel
::
scheduler
::
dispatch
Trait
Assignment
Clock
Copy item path
Source
pub(super) trait AssignmentClock:
Send
+
Sync
{ // Required method fn
now_ms
(&self) ->
u64
; }
Required Methods
§
Source
fn
now_ms
(&self) ->
u64
Implementations on Foreign Types
§
Source
§
impl<T>
AssignmentClock
for
&T
where T:
AssignmentClock
+ ?
Sized
,
Source
§
fn
now_ms
(&self) ->
u64
Implementors
§
Source
§
impl
AssignmentClock
for
SystemClock