Despite the GIL limitation, threads can be really useful in some of the following cases:
- Building responsive interfaces
- Delegating work
- Building multiuser applications
Let's discuss the preceding cases in the next sections.
Despite the GIL limitation, threads can be really useful in some of the following cases:
Let's discuss the preceding cases in the next sections.