21
piehole
5y

Async/await my ass!

Comments
  • 4
    Why would i do that
  • 9
    Waiting on my ass is quite literally the reason why I have time to browse devrant.
  • 2
    Agreed! "Promises" indeed...

    ...and then I figure JS generators will be better right?

    I miss IEnumerable in C# so much...
  • 0
    @stisch what does ienumerable have to do with it?

    Also you can use Object.freeze to the same effect
  • 2
    What's the matter? I use it in a regular base and the only think it does is helping me avoiding the V-Antipattern (thus, creating flatter and better readable code).
  • 0
    @stisch Fuck Generators! yield myAss()
  • 1
    @inaba IEnumerable is a way of doing main-thread asynchronous execution. Unity uses them for coroutines and they're my favorite way of doing simultaneous work.
Add Comment