Eamonn Boyle, will be presenting at the next Cork Java User Group on Demystifying Coroutines.
Coroutines are the official solution for tackling asynchronous programming and parallelism in Kotlin. They reached maturity in the latest release but have been widespread for some time, especially within Android projects. Coroutines are an elegant solution which can be applied in isolation or used as a foundation for other frameworks. This talk will provide an overview of how coroutines work, both in terms of the underlying theory and use of practical examples.
More information can be found here