Closed stemann closed 3 years ago
It might be convenient to expose the C++ std::thread to Julia, if in need for managing a non-Julia thread from Julia, e.g. instead of passing void* back and forth as in https://github.com/IHPSystems/pylon_julia_wrapper/blob/master/src/pylon_wrapper.cpp#L255 and https://github.com/IHPSystems/pylon_julia_wrapper/blob/master/src/pylon_wrapper.cpp#L267
std::thread
void*
Not sure this PR is even remotely done - more implementation might be needed - and tests or samples.
See PR #94 for a continuation of this
It might be convenient to expose the C++
std::thread
to Julia, if in need for managing a non-Julia thread from Julia, e.g. instead of passingvoid*
back and forth as in https://github.com/IHPSystems/pylon_julia_wrapper/blob/master/src/pylon_wrapper.cpp#L255 and https://github.com/IHPSystems/pylon_julia_wrapper/blob/master/src/pylon_wrapper.cpp#L267Not sure this PR is even remotely done - more implementation might be needed - and tests or samples.