Library of the day: Gaea threading library

Gaea threading library reference is out!

In many applications, there is a need to run something in a different thread. For example, when a computation takes a lot of time to complete, and you want to regain control of your program, or in GUI applications where the main thread is responsible for the GUI, and some other functionality needs to run independently. This can be achieved by making the application multithreaded. Gaea, being a high-level programming language, offers also capabilities for creating multithreaded applications. This is achieved by using the threading package.

Check out the Gaea threading library reference here.

Examples of using the package are given here.

If you want to know more about Gaea threading and other capabilities, please feel free to contact us!

Tags: