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
samples: work-philosophers: Fox Mutex lock missing on stats
The stats is returned still in the Arc<Mutex<_>> to avoid an extra copy
of the large stat structure.
Add the lock to allow for this.
Signed-off-by: David Brown <[email protected]>
0 commit comments