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