We're interested to know if other teams used autodesk/Coroutineworker to help temporarily fill the Kotlin/Native multithreaded coroutines gap in their mpp projects. DM's open as well (if you want to be known privately and not listed in the readme). As MPP grows, there will likely be more opportunity to open source projects like this, which will eventually be deprecated with JB support/libraries
https://twitter.com/benasher44/status/1193625968268591104?s=20
❤️ 1
k
Konstantin Petrukhnov
11/11/2019, 5:24 AM
I'm planing to try it eventually this year (ios, jvm), so I don't have to implement same functionality myself. The biggest roadblock, is that using it requires understaing of threading models on every involved platform (gdc, workers, threads, coroutines, etc).
What would help with any library, is a separate example, how to use it. E.g. project that use coroutineworker, to do something that is hard to do without it. E.g. run some task in BG thread, without platform specific code.
m
Michal Harakal
11/11/2019, 2:38 PM
I plan to test it soon for our MPP conference app, I will ping you with a link to commit, after its done
❤️ 1
b
basher
11/11/2019, 4:17 PM
@Konstantin Petrukhnov can you open an issue with your questions / request? There was a previous issue about request for examples, but it went stale after I made some updates to the readme.