Start Regular phase and register handler to set Exit phase. To be called exactly once in each program that uses Folly. Ideally, it is to be called from folly::init(), which in turn is to be called by every program that uses Folly.

Synopsis

Declared in <folly/init/Phase.h>

void
set_process_phases();

Created with MrDocs