-
Notifications
You must be signed in to change notification settings - Fork 257
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
New Callable
utility for passing lambdas to non-template functions
#5420
Labels
Comments
nfeske
added a commit
that referenced
this issue
Jan 14, 2025
Provided by cc7501c |
nfeske
added a commit
that referenced
this issue
Jan 14, 2025
nfeske
added a commit
that referenced
this issue
Jan 15, 2025
nfeske
added a commit
to nfeske/genode
that referenced
this issue
Jan 15, 2025
nfeske
added a commit
that referenced
this issue
Jan 15, 2025
chelmuth
pushed a commit
that referenced
this issue
Jan 30, 2025
chelmuth
pushed a commit
that referenced
this issue
Jan 30, 2025
chelmuth
pushed a commit
that referenced
this issue
Jan 30, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Throughout Genode, we repeatedly encounter situations where a lambda argument would be desired as part of an abstract interface, or where we want to implement a function taking a lambda argument in a compilation unit. Examples are
with_vcpu
orwith_libc
.The text was updated successfully, but these errors were encountered: