You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I would like to know whether there's a runtime currently set, or whether a spawn/block_on will cause a runtime to be created. Additionally, if a runtime is present, I'd like to know if it's shutting down or not.
Describe the solution you'd like
a static function that returns an Option<RuntimeInfo>, where RuntimeInfo contains pertinent information, and is None if no runtime is set.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I would like to know whether there's a runtime currently set, or whether a spawn/block_on will cause a runtime to be created. Additionally, if a runtime is present, I'd like to know if it's shutting down or not.
Describe the solution you'd like
a static function that returns an
Option<RuntimeInfo>
, whereRuntimeInfo
contains pertinent information, and isNone
if no runtime is set.The text was updated successfully, but these errors were encountered: