mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 19:56:42 +01:00
whew: all 3 mini-apps launch again
This commit is contained in:
parent
6f5c28f671
commit
95dd61811e
4 changed files with 11 additions and 11 deletions
|
|
@ -13,7 +13,7 @@ pub trait HasPhrase: ClockApi {
|
|||
|
||||
fn phrase (&self)
|
||||
-> &Option<(Instant, Option<Arc<RwLock<Phrase>>>)>;
|
||||
fn phrase_mut (&self)
|
||||
fn phrase_mut (&mut self)
|
||||
-> &mut Option<(Instant, Option<Arc<RwLock<Phrase>>>)>;
|
||||
|
||||
fn next_phrase (&self)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue