https://kotlinlang.org logo
#feed
Title
# feed
b

basher

06/21/2019, 11:59 PM
Open-sourced the work we've done to support (ish) multi-threaded coroutines on native (hoping to get it on jcenter next week): https://github.com/Autodesk/coroutineworker
🌶️ 3
👍 9
API surface is somewhat light, since it's currently setup to support our use cases, but we'd love to have outside contribution to support more! And then one day when multi-threaded coroutines are supported natively in native, we can drop this 🙂
Will be spending some time polishing it over the coming weeks. Was just able to get the repo created today and what we have pushed out and wanted to share 🎉
d

Dico

06/22/2019, 12:23 AM
Autodesk 😄
Nice
l

louiscad

06/22/2019, 5:08 AM
You work at Autodesk? Can we have Kotlin scripting in Fusion 360? 😁
b

basher

06/22/2019, 1:25 PM
Ha! DM me. I can at least get enough info to ask in the right place 😅
t

thevery

06/22/2019, 4:15 PM
Some samples would be helpful, too
b

basher

06/22/2019, 4:16 PM
@thevery samples of using CoroutineWorker?
t

thevery

06/22/2019, 4:17 PM
Yes
b

basher

06/22/2019, 4:24 PM
👍 can add some next week
e

Evan R.

06/26/2019, 7:06 PM
Out of curiosity what part of Autodesk is using Kotlin? Did you add this library because you’re using kotlin in an iOS app or something?
b

basher

06/26/2019, 7:06 PM
Yep we're using it in PlanGrid (plangrid.com), so Autodesk site construction. There is interest in other parts of Autodesk now in using K/N, but nothing public yet
Video from the talk I did about this at droidcon is out: https://twitter.com/benasher44/status/1177652059127992321?s=20
5 Views