New Callable
utility for passing lambdas to non-template functions
#5420
Labels
Callable
utility for passing lambdas to non-template functions
#5420
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: