Expand description
A runtime that automatically shutdown itself on drop.
Structsยง
- Background
Shutdown Runtime - A wrapper around
Runtimethat shuts down the runtime in the background when dropped. - Singleton
Handle - A non-cloneable runtime handle.
A runtime that automatically shutdown itself on drop.
Runtime that shuts down the runtime in the background when dropped.