bobjervis / parasol

The Parasol Language and related core development tools
Apache License 2.0
2 stars 2 forks source link

Anonymous lock's do not work #33

Open bobjervis opened 7 years ago

bobjervis commented 7 years ago

Enablng the 'compile' tests leads to a failed assertion in code generation.

There needs to be code to generate a static Mutex for each anonymous lock. There also needs to be startuup logic to initialize the Mutexes and then shut down code to release resources.