amphp / amp

A non-blocking concurrency framework for PHP applications. 🐘
https://amphp.org/amp
MIT License
4.25k stars 257 forks source link

Allow referencing a TimeoutCancellation #421

Open danog opened 1 year ago

kelunik commented 1 year ago

What's the use case?

trowski commented 1 year ago

I think reference and unreference methods similar to Socket would make sense on TimeoutCancellation and SignalCancellation. Perhaps no constructor parameter at all then?