mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-09 05:06:43 +01:00
wip: ArrangerStandalone
This commit is contained in:
parent
1104093395
commit
3cbb2d2e0b
19 changed files with 165 additions and 231 deletions
|
|
@ -9,7 +9,7 @@ pub(crate) use ratatui::buffer::{Buffer, Cell};
|
|||
/// Main thread render loop
|
||||
pub fn render_thread (
|
||||
exited: &Arc<AtomicBool>,
|
||||
device: &Arc<RwLock<impl Render + Send + Sync + 'static>>
|
||||
device: &Arc<RwLock<impl Render + 'static>>
|
||||
) -> Usually<JoinHandle<()>> {
|
||||
let exited = exited.clone();
|
||||
let device = device.clone();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue