- Sorry this page is rather light at the moment, but here are some key tips:
- Cobra supports multi-threading.
- Cobra's support is through library classes and a lock statement.
- There is no "global interpreter lock".
- There are no "virtual threads" separate from the operating system.
- There are multiple thread examples at Workspace/HowTo/370-Threads
- The lock statement is documented.
- See also: LanguageTopics