You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extension function - Handles the Flow of messages by concurrently distributing the load across a finite number of actors/handlers. partitionKey function enables you to choose which messages need to be handled sequentially and which could be handled concurrently.
Notice, the API is experimental and depends on Kotlin Actor ObsoleteCoroutinesApi. The API is available only on jvm target.
The text was updated successfully, but these errors were encountered:
Notice that pull request is already merged #70
This issue is going to track further progress (evolution) of this experimental API in FModel library.
Experimenting with Kotlin Actors - concurrently handling messages by confining the shared state effects.
Extension function - Handles the
Flow
of messages by concurrently distributing the load across a finite number of actors/handlers.partitionKey
function enables you to choose which messages need to be handled sequentially and which could be handled concurrently.Notice, the API is experimental and depends on Kotlin Actor ObsoleteCoroutinesApi. The API is available only on
jvm
target.The text was updated successfully, but these errors were encountered: