Function lks_process_async

Source
pub async fn lks_process_async()
Expand description

an alias for while(true) {lks_process(lks); lks_await_write(lks).await } Useful in an async context where other routines tap the system. *