shutdown-barrier

Crates.ioshutdown-barrier
lib.rsshutdown-barrier
version3.0.0
sourcesrc
created_at2022-12-12 22:20:38.52615
updated_at2023-01-10 05:26:16.896762
descriptionRuntime shutdown barrier for synchronizing TLS destruction
homepage
repositoryhttps://github.com/Bajix/async-local/
max_upload_size
id735259
size5,862
Thomas Sieverding (Bajix)

documentation

README

Shutdown Barrier

License Cargo Documentation

By utilizing a barrier to synchronize runtime threads during the destruction of thread local data, no tasks will outlive thread local data belonging to any worker thread, and all pointers to thread locals created within an async context and held therein will be of a valid lifetime.

See async-local

Commit count: 84

cargo fmt