ocen-lang / ocen

Statically typed programming language
https://ocen-lang.github.io/autodoc/
79 stars 7 forks source link

Implemented thread package #7

Closed iadityanath8 closed 2 months ago

iadityanath8 commented 2 months ago

implemented and improved thread package with additon of many thread functionality which come from posix thread api with inclusion of mutex lock

mustafaquraish commented 2 months ago

Thanks for the changes! I still have some minor formatting issues, but I can resolve those myself.

mustafaquraish commented 2 months ago

Fixed some style issues, and added a style doc in https://github.com/ocen-lang/ocen/commit/b0cd15138923dc68787bf9f8aea29b9a342aac3f. Please carefully read this, and adhere to the formatting rules if you choose to work on Ocen in the future!

iadityanath8 commented 2 months ago

Thank you for your guidance regarding style issue I will take this into my consideration