▲ | ayaros 2 days ago | |||||||
I love JS's async. I don't know how anyone ever did anything useful in the language before it was introduced. I think something between a third and half of the functions and members in LisaGUI are probably async functions at this point. | ||||||||
▲ | steve_adams_86 2 days ago | parent [-] | |||||||
We used callbacks and generators. It was a bit messy at times, but really, it wasn't all that different. I still use generators quite often. | ||||||||
|