cpal/asio-sys
mitchmindtree 39ade49347 RAII cleanup wthin the ASIO backend
- Shares the `Device`'s `driver` and `asio_streams` `Arc`s with the
`Stream`s to ensure they remain valid if the `Host` or `Device` are
dropped early.
- Ensures that a stream's callback is removed upon `Drop`.
2019-12-31 15:46:10 +01:00
..
asio-link multi channels 2019-07-05 05:51:25 +10:00
examples Refactor asio-sys to use less global state and more RAII 2019-07-05 05:51:29 +10:00
src RAII cleanup wthin the ASIO backend 2019-12-31 15:46:10 +01:00
.gitignore Remove .DS_Store from asio-sys gitignore 2019-07-05 05:51:30 +10:00
Cargo.toml Add missing Cargo.toml entries to asio-sys 2019-07-05 19:20:30 +02:00
build.rs Handle timed buffer switch and messaging callbacks in asio-sys 2019-07-05 05:51:32 +10:00