dukeify / fake-jni

An implementation of the JNI and JVMTI with support for direct interaction between natively registered classes and JVM objects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Convert all usages of std::function to CX::Lambda

Matthewacon opened this issue · comments

CX::Lambda is half the size of std::function and acts as a cross-platform drop-in replacement.