What is module ? What are states of threads ?
Sigiloso
Since you have not specified the context or programming language A generic definition would be Module is a set of functions which are designed to perform a particular task. Threads are a part of task which are started in a function to help achieve parallel execution of code.