Commit 497ef904d544ac51de43934549dbeccce8e6e8f8

Azat Khuzhin 2019-07-01T23:54:02

Warn if forked from the event loop during event_reinit() Calling fork() from the event loop is not a great idea, since at least it shares some internal pipes (for handling signals) before event_reinit() call Closes: #833