8000 Tags · krakjoe/parallel-1 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: krakjoe/parallel-1

Tags

v1.1.1

Toggle v1.1.1's commit message
Adjust AppVeyor to PHP 7.3

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
trowski Aaron Piotrowski
Cleanup test

v1.0.1

Toggle v1.0.1's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
trowski Aaron Piotrowski
Fix DefaultPool::shutdown()

Forgot to update this to match Worker::shutdown() behavior.

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
trowski Aaron Piotrowski
Store exit status promise

Return this promise from subsequent calls to shutdown().

v0.2.5

Toggle v0.2.5's commit message

Verified

This tag was signed with the committer’s verified signature.
kelunik Niklas Keller
v0.2.5

 - Fixed running inside PHARs if the PHAR doesn't have a `.phar` file extension.

v0.2.4

Toggle v0.2.4's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
trowski Aaron Piotrowski
Added signal() and getPid() methods to Process

v0.2.3

Toggle v0.2.3's commit message

Verified

This tag was signed with the committer’s verified signature.
kelunik Niklas Keller
v0.2.3

 - Fixed script path escaping in `Context\Process`, which fixes installations within paths with spaces. (amphp#38)

v0.2.2

Toggle v0.2.2's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
trowski Aaron Piotrowski
Reduce test iterations

pthreads seems to be having trouble with such quick generation of threads. Will look into what may be happening here… but the number of iterations isn't terribly important for the modified test.

v0.2.1

Toggle v0.2.1's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
trowski Aaron Piotrowski
Do not fclose socket or null thread ref; restore GC test

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
trowski Aaron Piotrowski
More tests

0