About
waiting is a process state.
When a thread needs to wait, it suspends its execution
Articles Related
Method
You can put a thread (process) in a waiting with a method generally called sleep
Example: Java: Thread.sleep
waiting is a process state.
When a thread needs to wait, it suspends its execution
You can put a thread (process) in a waiting with a method generally called sleep
Example: Java: Thread.sleep