mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 19:56:42 +01:00
wip: enqueue synced (!!!)
This commit is contained in:
parent
2d1c901b8c
commit
89dcc2afe2
5 changed files with 26 additions and 15 deletions
|
|
@ -106,6 +106,9 @@ pub trait UsecPosition<T> {
|
|||
pub trait LaunchSync<T> {
|
||||
fn sync (&self) -> T;
|
||||
fn set_sync (&self, sync: T);
|
||||
#[inline] fn next_launch (&self) -> T where Self: FramePosition<T> {
|
||||
todo!("next_launch")
|
||||
}
|
||||
}
|
||||
|
||||
pub trait Quantize<T> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue