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
thread::spawn is used with an empty block of code, but never used again afterwards.
The short multithreading chapter is not really introducing multithreading, but just there to find the sleep function.
This should be renamed and reworded to avoid the unused spawn
The text was updated successfully, but these errors were encountered:
thread::spawn
is used with an empty block of code, but never used again afterwards.The short multithreading chapter is not really introducing multithreading, but just there to find the sleep function.
This should be renamed and reworded to avoid the unused
spawn
The text was updated successfully, but these errors were encountered: