Searched defs:JNativeRunnable (Results 1 – 1 of 1) sorted by relevance
30 struct JNativeRunnable : public HybridClass<JNativeRunnable, JRunnable> { struct34 JNativeRunnable(std::function<void()>&& runnable) in JNativeRunnable() function39 makeNativeMethod("run", JNativeRunnable::run), in OnLoad() argument43 void run() { in run()