Summary: This change allows lambdas to be used in the RPC dispatching functions. Just requires an extra function trait to convert a lambda with no captures into a function pointer. Also rearranged where the `Port` lives because it looks better no that we may use a lambda and it's more consistent with the dispatch usage (putting the client at the start).
LLVM libc ========= This directory and its subdirectories contain source code for llvm-libc, a retargetable implementation of the C standard library. LLVM is open source software. You may freely distribute it under the terms of the license agreement found in LICENSE.txt.