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

Implement RFC 0002: ExecutionContext [EPIC] #15342

Open
ysbaddaden opened this issue Jan 14, 2025 · 0 comments · May be fixed by #15302
Open

Implement RFC 0002: ExecutionContext [EPIC] #15342

ysbaddaden opened this issue Jan 14, 2025 · 0 comments · May be fixed by #15302
Assignees
Labels
kind:feature topic:multithreading tough-cookie Multi-faceted and challenging topic, making it difficult to arrive at a straightforward decision.
Milestone

Comments

@ysbaddaden
Copy link
Contributor

ysbaddaden commented Jan 14, 2025

Tracking issue to implement RFC #0002 that will introduce execution contexts into Crystal.

Related pull requests, to prepare for the actual implementation:

Actual pull requests, that implement some of the RFC (to be extracted from #15302):

The following depend on both PR above:

  • ExecutionContext::SingleThreaded
  • ExecutionContext::MultiThreaded
  • ExecutionContext::Isolated
  • ExecutionContext::Monitor

Related issues, that are impacted by the MT paradigm shift:

@ysbaddaden ysbaddaden added kind:feature topic:multithreading tough-cookie Multi-faceted and challenging topic, making it difficult to arrive at a straightforward decision. labels Jan 14, 2025
@ysbaddaden ysbaddaden added this to the 1.16.0 milestone Jan 14, 2025
@ysbaddaden ysbaddaden self-assigned this Jan 14, 2025
@ysbaddaden ysbaddaden moved this to In Progress in Multi-threading Jan 14, 2025
@ysbaddaden ysbaddaden linked a pull request Jan 14, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:feature topic:multithreading tough-cookie Multi-faceted and challenging topic, making it difficult to arrive at a straightforward decision.
Projects
Status: In Progress
Development

Successfully merging a pull request may close this issue.

2 participants
@ysbaddaden and others