Something I just remembered about 2.4.20 is that `...
# javascript
e
Something I just remembered about 2.4.20 is that
suspend
exportability has been extended to lambda parameters. Not sure how many are aware of it, but
suspend
exportability is at a very good point right now, probably there is almost no reason to write wrapping code at this point. I unfortunately fall into the "need a good Java UX" side of things, so I still need to write wrappers to expose futures. kotlinlang.org/docs/whatsnew-eap.html#…
kodee loving 4