Skip to content
This repository was archived by the owner on Apr 2, 2026. It is now read-only.

Added thread error handler

Latest

Choose a tag to compare

@dotfry dotfry released this 13 Dec 10:39
Pool::withErrorHandler(static function (\Throwable $error) {
   return true; // restart thread
});