Crate tarc

Source
Expand description

§tarc

§Transposable, type-erasable, and FFI-compatible Arc.

tarc is a fork of std::sync::Arc with several additions easing its use in type-erased scenarios.

Structs§

Arc
Arc that is safe to transpose and type-erase.
BaseArc
Arc that is safe to transpose and type-erase.
Handle
An opaque handle.

Type Aliases§

DropFn
DropInPlace
DropInPlaceDefault