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
When a Signal is requested by some task, increment an internal counter in runtime.
Wait to return from stop, until all references to allocated Signals have been dropped (ensuring all tasks that require a clean shutdown have finished before exiting the process).