Skip to content

Added thread error handler

Latest
Compare
Choose a tag to compare
@dotfry dotfry released this 13 Dec 10:39
Pool::withErrorHandler(static function (\Throwable $error) {
   return true; // restart thread
});