1
0
mirror of https://github.com/danog/amp.git synced 2024-12-02 17:37:50 +01:00
Commit Graph

12 Commits

Author SHA1 Message Date
Aaron Piotrowski
92e225300d
Declare strict types 2022-12-16 16:23:48 -06:00
Niklas Keller
adf5631676
Remove circular dependency on phpunit-util (#408) 2022-12-16 16:13:58 -06:00
Aaron Piotrowski
9db31ffd39
Fix requires annotation 2022-06-25 13:18:35 -05:00
Aaron Piotrowski
b2575fa448
Fix CompositeCancellation::isRequested() and throwIfRequested() 2022-06-25 13:04:11 -05:00
Aaron Piotrowski
01c289ec8d
Add SignalCancellation (#390) 2022-06-14 18:21:55 -05:00
Aaron Piotrowski
557f98d602
Fix CompositeCancellation when two are cancelled
Also fixed releasing the reference to contained Cancellations as soon as one is cancelled.
2022-05-16 14:23:33 -05:00
Aaron Piotrowski
3f679dbbb9
Add traits to forbid cloning and serialization (#388) 2022-04-09 19:26:22 +02:00
Aaron Piotrowski
f38e756a3d
Fixed memory leak in CombinedCancellationToken (#384)
Co-authored-by: Artur Khasanov <ah@self.team>
2022-02-20 12:33:37 -06:00
Aaron Piotrowski
cadf1c0069
Cancel DeferredCancellation when destroyed (#382)
Related to issue #381.
2022-01-16 16:21:21 +01:00
Niklas Keller
521624b9f7 Fix rename leftovers 2021-12-03 01:02:05 +01:00
Aaron Piotrowski
cfb527a9fc
Fixed phpunit-util, so Closure::fromCallable() not necessary 2021-12-02 17:47:30 -06:00
Niklas Keller
112e813914 Rename CancellationToken to Cancellation 2021-12-02 22:24:56 +01:00