when_fork
C++ Function Reference
1 Signature
void when_fork()2 Call Graph
3 Source Code
NoteImplementation
File: inst/include/Utilities/openme-utils.hpp • Lines 250-253
inline void when_fork() {
pre_fork_DTthreads = DTthreads;
DTthreads = 1;
}4 Usage Example
#include "BigDataStatMeth.hpp"
// Example usage
auto result = when_fork(...);