Skip to content
/ arbalest Public

Like Arc<T> but where weak references don't forbid mutable access

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

nox/arbalest

Repository files navigation

Arbalest

This is a thread-safe reference-counted smart pointer with weak references.

How is it different fromArc<T>?

The weak references don't prevent mutable access to the inner value, Strong::borrow_mutwill always succeed as long as there is a single Strong<T>handle to the value that should be mutated.

How can I help?

Improve documentation, review the code (most importantly the atomic operations), make use of it.

About

Like Arc<T> but where weak references don't forbid mutable access

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published

Languages