Jumping on this blog bandwagon with a post about `...
# feed
z
Jumping on this blog bandwagon with a post about `sequence`: https://dev.to/zachklipp/what-is-restricted-suspension-in-kotlin-54n1
💯 5
👍 2
a
the same `sequence`/`iterator` examples are what led to the development of compose's
Modifier.pointerInput {}
last year 😄
😮 1
k
Interesting reading, thanks!
z
The whole gesture system in compose is fascinating, if someone hasn’t written a blog about that yet i’m sure it will blow some minds
a
I'm really, really happy with how it's turned out. I don't want to write an `onTouchEvent`/`onInterceptTouchEvent`/`requestDisallowInterceptTouchEvent` dance ever again. Turns out a language feature designed for generating state machines for serial execution over time is really good at generating state machines for serial execution over time.
K 4
😄 1
z
who’d have thought?
3