Available on crate feature
std only.Structs§
- GLOBAL_
TRASH_ THREAD_ HANDLE - The global handle used by the
TrashThreadStrategy. - Global
Trash Thread Handle - Handle that can be used to send trash to the ‘trash thread’ that runs in the background for the
TrashThreadStrategy. - Global
Trash Thread Strategy - Strategy which sends any to-be-dropped values to a dedicated global ‘trash thread’
- Thread
Strategy - Strategy which drops the contained value in a newly spawned background thread.
- Trash
Thread Strategy - Strategy which sends any to-be-dropped values to a dedicated ‘trash thread’
Type Aliases§
- Global
Trash Thread Backdrop - Convenient alias for a
Backdropthat uses theGlobalTrashThreadStrategy - Thread
Backdrop - Convenient alias for a
Backdropthat uses theThreadStrategy - Trash
Thread Backdrop - Convenient alias for a
Backdropthat uses theTrashThreadStrategy