TomasMikula / libretto

Declarative concurrency and stream processing library for Scala
Mozilla Public License 2.0
196 stars 7 forks source link

Cancellation of running Actions and Timers #100

Open TomasMikula opened 11 months ago

TomasMikula commented 11 months ago

Support cancellation of running actions and timers.

The cancellation should take place automatically when their result is no longer needed.