Module thread

Source
Available on crate feature std only.

Structs§

GLOBAL_TRASH_THREAD_HANDLE
The global handle used by the TrashThreadStrategy.
GlobalTrashThreadHandle
Handle that can be used to send trash to the ‘trash thread’ that runs in the background for the TrashThreadStrategy.
GlobalTrashThreadStrategy
Strategy which sends any to-be-dropped values to a dedicated global ‘trash thread’
ThreadStrategy
Strategy which drops the contained value in a newly spawned background thread.
TrashThreadStrategy
Strategy which sends any to-be-dropped values to a dedicated ‘trash thread’

Type Aliases§

GlobalTrashThreadBackdrop
Convenient alias for a Backdrop that uses the GlobalTrashThreadStrategy
ThreadBackdrop
Convenient alias for a Backdrop that uses the ThreadStrategy
TrashThreadBackdrop
Convenient alias for a Backdrop that uses the TrashThreadStrategy