-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
samples: philosophers: Add statistics
Using the newly provided `sync::Mutex`, implement support for printing statistics about the philosophers habits. Remove the verbose message showing each meal, and replace with a period print of the statics. Change the sample.yml file with a regexp to make sure that all of the philosphers are able to eat at least a bit. Signed-off-by: David Brown <[email protected]>
- Loading branch information
Showing
2 changed files
with
57 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters