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

Remove lambda captures #294

Merged
merged 5 commits into from
Jan 31, 2025
Merged

Remove lambda captures #294

merged 5 commits into from
Jan 31, 2025

Conversation

jbaldwin
Copy link
Owner

Core guidlines point out that captures are only safe up until the first suspension point, so its recommended to remove them entirely.

Closes #285

@jbaldwin jbaldwin self-assigned this Jan 31, 2025
Core guidlines point out that captures are only safe up until the first
suspension point, so its recommended to remove them entirely.

Closes #285
@jbaldwin jbaldwin force-pushed the remove-lambda-captures/issue-285 branch from 66e3283 to e3f7cc8 Compare January 31, 2025 18:39
@jbaldwin jbaldwin added the bug Something isn't working label Jan 31, 2025
@jbaldwin jbaldwin merged commit cd4405c into main Jan 31, 2025
36 checks passed
@jbaldwin jbaldwin deleted the remove-lambda-captures/issue-285 branch January 31, 2025 18:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove lambda captures
1 participant