Hey so, I'm fairly new to Kotlin, as well as async...
# announcements
e
Hey so, I'm fairly new to Kotlin, as well as async await as a concept... So I prepared two example concepts, and I was wondering if I was correct in assuming that they are practically the same thing by the time they both get compiled. https://gist.github.com/Exerosis/e8c8d94f5569084eede3f9a279cd0d96 SuspendingReader and StackingReader are the examples, I also have example usage... At the bottom I've got a class called Example that demonstrates my current understanding of kotlin coroutines(as they apply to this situation). It would be sweet if someone who knows a little more could take a look at tell me if I'm on the right track 🙂