How do I initiate `actor` properly? I tried: ``` G...
# coroutines
a
How do I initiate
actor
properly? I tried:
Copy code
GlobalScope.actor { }
But it is annotated with
ObsoleteCoroutinesApi
g
See documentation Note: This API will become obsolete in future updates with introduction of complex actors. * See [issue #87](https://github.com/Kotlin/kotlinx.coroutines/issues/87). *
You still can use this API, but this API will be replaced with new one
g
@gildor do you know any (even rough) ETA for this new API?
g
Nope, I don't think that it has high priority now
g
ok thx
g
yeah, StateFlow and multi threading coroutines are probably have higher priority now
I would ask in this issue and add your use case
you still can use existing actors, I don’t think that they would be removed soon, they not even deprecated
👍 1