basedrop

Crates.iobasedrop
lib.rsbasedrop
version0.1.2
sourcesrc
created_at2021-01-18 00:58:04.187806
updated_at2021-06-24 16:54:23.684943
descriptionMemory-management tools for real-time audio and other latency-critical scenarios
homepage
repositoryhttps://github.com/glowcoil/basedrop
max_upload_size
id343325
size39,670
Micah Johnston (glowcoil)

documentation

README

🐟⤵️ basedrop

Cargo Documentation

A set of memory-management tools for real-time audio and other latency-critical scenarios.

basedrop provides smart pointers analogous to Box and Arc which mark their contents for deferred collection on another thread rather than immediately freeing it, making them safe to drop on a real-time thread.

License

basedrop is distributed under the terms of both the MIT license and the Apache license, version 2.0. Contributions are accepted under the same terms.

Commit count: 36

cargo fmt