pub fn get_runtime() -> &'static RuntimeExpand description
Returns a reference to the global Nautilus Tokio runtime.
The runtime is lazily initialized on the first call and reused thereafter.
If a custom runtime was previously installed via set_runtime, that
runtime is returned instead.