frc5183 / Oatmeal

MIT License
2 stars 0 forks source link

Improve (CardGame) Table Handling #50

Open Trip-kun opened 7 months ago

Trip-kun commented 7 months ago

Using a synchronized(table) {} block whenever will be safer, less error prone, and simpler to do instead of the request/relinquish/UsedTableException system that is currently used, and prevents busy-waiting