Module concread::internals::lincowcell_async

source ·
Expand description

A CowCell with linear drop behaviour, and async locking.

YOU SHOULD NOT USE THIS TYPE! Normaly concurrent cells do NOT require the linear dropping behaviour that this implements, and it will only make your application worse for it. Consider CowCell and EbrCell instead.

Structs§