yznts / kyoto

Asynchronous frontends with Go
https://pkg.go.dev/github.com/yznts/kyoto/v3
MIT License
651 stars 28 forks source link

only use read Locks where applicable, also go naming convention for those lock vars #21

Closed dhax closed 3 years ago

dhax commented 3 years ago

Hi there, great project you got here! I really like the idea and concept behind it, exactly what I am looking for trying to flee from javascript frameworks ;)

Just had a first testrun with it and looking through the last commits this Mutex thing catched my eye. Hope I can help with this project moving forward.

Best regards and have a nice day

yznts commented 3 years ago

Awesome work, my friend! Thank you very much for contribution! 🙏 I'll review PR ASAP, right after my working day.

I'm really happy that I'm not alone with this idea. Now I'm working on README rework for including more details, examples, pros/cons of approach and so on. Anyway, please, remember. This is not a full-fledged project, just a rapidly built proof-of-concept. Don't use it in production. Even if it's already successfully adapted in our project in production, situation may change with time. I don't have much time, but I'll do my best to keep this concept up-to-date.

One more time, thank you!