bruceywave

Results 3 comments of bruceywave

Don't use your javacpp, and then write your own JNI interface by hand? Does javacpp support static callbacks at present?

How can I achieve static callback use InfoMapper? for example: `typedef void(*cluster_status_notify_j)(bool); typedef void(*recv_data_callback_j)(char data_type, uint32_t plc_id, uint64_t peer_id, char ret_code, uint32_t result_cnt, void* presult); struct java_cluster_options { cluster_status_notify_j cluster_status_notify_callback;...

I found that when I call javacpp functions from multithread, javacpp does not use thread local, that is why javacpp is slow