Wiki

Changes between Initial Version and Version 1 of MultiThreading

Show
Ignore:
Timestamp:
09/02/11 04:45:57 (13 years ago)
Author:
Charles
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MultiThreading

    v1 v1  
     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