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

New Callable utility for passing lambdas to non-template functions #5420

Open
nfeske opened this issue Jan 14, 2025 · 1 comment
Open

New Callable utility for passing lambdas to non-template functions #5420

nfeske opened this issue Jan 14, 2025 · 1 comment
Labels

Comments

@nfeske
Copy link
Member

nfeske commented Jan 14, 2025

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 or with_libc.

@nfeske nfeske added the feature label Jan 14, 2025
nfeske added a commit that referenced this issue Jan 14, 2025
@nfeske
Copy link
Member Author

nfeske commented 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant