| Gentee Programming Language > Documentation > Libraries | Download documentation |
This library allows you to create threads and work with them. The methods described above are applied to variables of the thread type. For using this library, it is required to specify the file thread.ge (from Lib subfolder) with include command.
| thread.create | Creating a thread |
| thread.getexitcode | Getting an exit code |
| thread.isactive | Checking if a thread is active |
| thread.resume | Resuming a thread |
| thread.suspend | Stopping a thread |
| thread.terminate | Terminating a thread |
| thread.wait | Waiting till a thread is exited |
| exitthread | Exiting the current thread |
| sleep | Pausing the current thread |
Copyright © 2004-2006 Gentee Inc. All rights reserved. |