mafintosh / mutexify

Bike shed mutex lock implementation
MIT License
88 stars 10 forks source link

moar concurrency patterns! #3

Open Kikobeats opened 9 years ago

Kikobeats commented 9 years ago

I love this packet!

What do you think to create something for general semaphore (not only mutex) and monitors?

mafintosh commented 9 years ago

Sounds like a good idea! Go for it :)

Kikobeats commented 9 years ago

Sincerely, I think that I have a good level for talking about concurrency patterns and I have implemented and have used it in Java/C++, but I don't understand NOTHING about how you get a mutex in JavaScript 😅.

For me is fucking awesome. If you can explain what happens in the code, I can start write more stuff using this base.