mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-09 13:16:44 +01:00
wip: refactor pt.41 (57e) nice
This commit is contained in:
parent
c875d87c33
commit
8856353eab
32 changed files with 911 additions and 1019 deletions
|
|
@ -18,7 +18,7 @@ impl<T: ClockApi> Command<T> for ClockCommand {
|
|||
}
|
||||
}
|
||||
|
||||
pub trait ClockApi {
|
||||
pub trait ClockApi: Send + Sync {
|
||||
/// Current moment in time
|
||||
fn current (&self) -> &Instant;
|
||||
/// Note quantization factor
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue