more doc strings; limit jack reexport

This commit is contained in:
🪞👃🪞 2024-07-12 21:39:20 +03:00
parent f5ebc16067
commit c85fa3cd06
7 changed files with 21 additions and 9 deletions

View file

@ -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
{