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
Fix the self argument to spawn. This fixes a safety problem with
threads. Spawn should take a `self` to consume the thread once it has
been spawned, otherwise it is possible to spawn multiple times.
Signed-off-by: David Brown <[email protected]>
0 commit comments