iluwatar / java-design-patterns

Design patterns implemented in Java
https://java-design-patterns.com
Other
88.22k stars 26.18k forks source link

busy-waiting loops replaced with event driven programming #2987

Closed AnmolxSingh closed 2 weeks ago

AnmolxSingh commented 3 weeks ago

All the busy-waiting loops as listed in the files in the issue have been replaced with event-driven programming

2977

AnmolxSingh commented 3 weeks ago

Changes have been committed to the pull request as recommended

iluwatar commented 3 weeks ago

Request another review when the build succeeds