This repository has been archived by the owner on Jul 19, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement basic automatic attachment/detachment of c++ threads to JVM. (
dropbox#405) * Implement basic automatic attachment/detachment of c++ threads to JVM. No side effects if not enabled Compile with -DEXPERIMENTAL_AUTO_CPP_THREAD_ATTACH to enable Requires a compiler with C++11 support Borrows code/idea from dropbox#372 (comment) * Place assignment outside of define.
- Loading branch information