This website requires JavaScript.
Explore
Help
Sign In
danog
/
parallel
Watch
1
Star
0
Fork
0
You've already forked parallel
mirror of
https://github.com/danog/parallel.git
synced
2025-01-22 22:11:11 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
parallel
/
lib
/
Worker
/
WorkerException.php
8 lines
84 B
PHP
Raw
Normal View
History
Unescape
Escape
Drop strict types
2016-12-29 19:16:04 -06:00
<
?
php
Tweak worker pool; reject pending tasks on shutdown
2015-09-02 08:51:59 -05:00
Reorganize exception classes and add TaskError TaskError is thrown if the exception thrown in the worker was an instance of Error.
2017-05-17 23:13:29 -05:00
namespace
Amp\Parallel\Worker
;
Port to Amp
2016-08-18 11:04:48 -05:00
Fix code style
2018-10-07 09:50:45 -05:00
class
WorkerException
extends
\Exception
{
Refactor sending task to worker context
2016-01-25 22:59:02 -06:00
}
Reference in New Issue
Copy Permalink