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

Concurrency feature #532

Closed
yhara opened this issue Dec 27, 2023 · 1 comment
Closed

Concurrency feature #532

yhara opened this issue Dec 27, 2023 · 1 comment

Comments

@yhara
Copy link
Collaborator

yhara commented Dec 27, 2023

Concurrency support is an essential feature in modern programming languages. However, there are various styles available: native threads (such as Ruby's Thread), stackless coroutines (using async/await), and stackful coroutines (like Ruby's Fiber).

Recently, I had a discussion with the author of pen-lang and was quite impressed by the techniques used to implement stackful coroutines that (optionally) works on top of Tokio. Now, I'm contemplating whether Shiika could implement a similar feature — perhaps calling it Shiika's coroutine, or maybe even "Shiroutine"? 😂

@yhara
Copy link
Collaborator Author

yhara commented Aug 2, 2024

Moved to #545.

@yhara yhara closed this as completed Aug 2, 2024
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

No branches or pull requests

1 participant