Class IO
- java.lang.Object
-
- marc.nguyen.minesweeper.client.core.IO
-
public class IO extends java.lang.Object
Custom IO Threads for the Client.These threads should only be used for non-intensive CPU work (e.g Accessing file, network calls...). These can also be calls Worker threads, also known as background threads, where time-consuming background tasks are executed.
- See Also:
- Concurrency in Swing