https://github.com/beoliver/stickythreads
https://github.com/beoliver/stickythreads
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/beoliver/stickythreads
- Owner: beoliver
- Created: 2015-07-15T23:25:00.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-05-03T21:31:35.000Z (over 8 years ago)
- Last Synced: 2025-01-29T05:43:15.789Z (12 months ago)
- Language: Java
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```
Thread-0 Runner begun run()
Thread-1 Runner begun run()
Thread-2 Runner begun run()
Thread-0 about to call wait() method of Glue instance
Thread-2 about to call wait() method of Glue instance
Thread-1 about to call wait() method of Glue instance
main about to call static Runner method releaseAll()
main calling Glue instance method unstickAll()
Thread-1 after wait() method of Glue instance
Thread-1 Runner finished run()
Thread-2 after wait() method of Glue instance
Thread-2 Runner finished run()
Thread-0 after wait() method of Glue instance
Thread-0 Runner finished run()
```