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
2024-12-02 17:52:14 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
7ee97e2ef0
parallel
/
lib
/
Worker
/
WorkerException.php
8 lines
84 B
PHP
Raw
Normal View
History
Unescape
Escape
Drop strict types
2016-12-30 02:16:04 +01:00
<
?
php
Tweak worker pool; reject pending tasks on shutdown
2015-09-02 15:51:59 +02:00
Reorganize exception classes and add TaskError TaskError is thrown if the exception thrown in the worker was an instance of Error.
2017-05-18 06:13:29 +02:00
namespace
Amp\Parallel\Worker
;
Port to Amp
2016-08-18 18:04:48 +02:00
Fix code style
2018-10-07 16:50:45 +02:00
class
WorkerException
extends
\Exception
{
Refactor sending task to worker context
2016-01-26 05:59:02 +01:00
}
Reference in New Issue
Copy Permalink