Threading SupportΒΆ

IMSL Library for Python supports concurrent execution of computationally intensive functions and methods. When these operations are executing, the Python Global Interpreter Lock (GIL) is released. This allows other Python threads, including other threads executing IMSL functions and methods, to execute in parallel.