| 1 | * Sorry this page is rather light at the moment, but here are some key tips: |
| 2 | * Cobra supports multi-threading. |
| 3 | * Cobra's support is through library classes and a `lock` statement. |
| 4 | * There is no "global interpreter lock". |
| 5 | * There are no "virtual threads" separate from the operating system. |
| 6 | * There are multiple thread examples at [http://cobra-language.com/trac/cobra/browser/cobra/trunk/HowTo/370-Threads Workspace/HowTo/370-Threads] |
| 7 | * The [wiki:Lock lock statement] is documented. |
| 8 | |
| 9 | * See also: LanguageTopics |
| 10 | |