jython multithreading
Asked 07 September, 2021
Viewed 1.2K times
  • 57
Votes

I started studying python a couple of month ago, then I found Jython.

Do threads work properly in Jython, since it doesn't have a GIL? If so, can you suggest a good book on concurrency (threading)?

4 Answer