Table of Contents

About

waiting is a process state.

When a thread needs to wait, it suspends its execution

Method

You can put a thread (process) in a waiting with a method generally called sleep

Example: Java: Thread.sleep