mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 12:16:42 +01:00
more doc strings; limit jack reexport
This commit is contained in:
parent
f5ebc16067
commit
c85fa3cd06
7 changed files with 21 additions and 9 deletions
|
|
@ -71,6 +71,7 @@ pub use crate::{submod, pubmod, render, handle, process, phrase, keymap, ports};
|
|||
// Reexport JACK proto-lib:
|
||||
pub use crate::jack::*;
|
||||
|
||||
/// Run the main loop.
|
||||
pub fn run <T> (state: Arc<RwLock<T>>) -> Usually<Arc<RwLock<T>>>
|
||||
where T: Render + Handle + Send + Sync + Sized + 'static
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue