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-06 04:38:21 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
c7294da60d
parallel
/
lib
/
Sync
/
SemaphoreException.php
6 lines
84 B
PHP
Raw
Normal View
History
Unescape
Escape
Drop strict types
2016-12-30 02:16:04 +01:00
<
?
php
Port to Amp
2016-08-18 18:04:48 +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\Sync
;
Port to Amp
2016-08-18 18:04:48 +02:00
class
SemaphoreException
extends
\Exception
{}
Reference in New Issue
Copy Permalink