Files
songbird/src/driver/mod.rs
Alvaro 1d5b25965b Make DisposalThread reachable (#235)
The `Config` object provided to `Call`s and `Driver`s allows setting a `DisposalThread`, but since it is unreachable from outside the crate, the only way to properly set it is using a `Songbird` instance, which may not be adequate for all use cases. This PR just makes `DisposalThread` reachable from the outside.
2024-03-30 12:14:24 +00:00

11 KiB