https://kotlinlang.org logo
#coroutines
Title
# coroutines
a

acando86

03/04/2018, 7:43 PM
Not necessarily kotlin related, hope to not be OT, but i was wondering whether someone has good book/readings recommendation to learn more about concurrency models like CSP, actors etc in depth? i've started reading tony hoare's CSP book , but i was looking more for a comprehensive survey of different models.. i've some code examples in mind, but i still lack a solid understanding of the foundations of the subject.. any suggestion?
l

louiscad

03/04/2018, 7:48 PM
You meant "CPS" for Continuation Passing Style, not CSP, right? I have a KotlinConf talk to suggest, but if about books/readings, I personally can't help you better than google search can.
a

acando86

03/04/2018, 7:59 PM
yep, wrong spelling 😉 will edit now. talks are welcome as well
l

louiscad

03/04/2018, 8:02 PM
See "Deep Dive into Coroutines on JVM" from Roman Elizarov on this page: https://kotlinconf.com/2017/talks/
👍 1
3 Views