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

Closures #10

Merged
merged 5 commits into from
Nov 17, 2024
Merged

Closures #10

merged 5 commits into from
Nov 17, 2024

Conversation

mustafaquraish
Copy link
Collaborator

No description provided.

Closures are limited to the function scope only. User is responsible
for making sure the closure does not outlive captured variables.

Everything is captured by reference for now. Only variable captures are
supported.
@mustafaquraish mustafaquraish merged commit db44183 into master Nov 17, 2024
3 checks passed
@mustafaquraish mustafaquraish deleted the closures branch November 17, 2024 04:34
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.

1 participant