Skip to content

SSoup64/takeit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

takeit

A tiny Rust crate for safely transferring ownership exactly once across threads.

takeit provides a HandOff primitive: a thread-safe, cloneable container designed for one-time data transfers.

It allows you to share access to a value across multiple threads and ensures that exactly one thread takes ownership of the value, even if the inner type T does not implement Clone.

About

A wrapper type that lets you send one value to other places and lets exactly one place take ownership of the value.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages