Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kotlin coroutines prototype #1792

Draft
wants to merge 6 commits into
base: master
Choose a base branch
from
Draft

Conversation

mfateev
Copy link
Member

@mfateev mfateev commented Jun 20, 2023

What was changed

Prove of concept Kotlin SDK prototype that allows defining suspend workflow functions and executing them using coroutines.
This includes a custom dispatcher to control the deterministic execution of the coroutines.

Only activities through untyped stubs are supported.

See the HelloKotlinWorkflow found at kotlin/io/temporal/workflow/HelloKotlinWorkflow.kt It requires local Temporal service running.

@mfateev mfateev changed the title Kotlin Kotlin coroutines prototype Jun 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant