The GitHub Actions job "Generate doc check" on pekko.git has failed.
Run started by GitHub user jypma (triggered by He-Pin).

Head commit for run:
e24af06e38ef3b33ce33889fb687db06b82317aa / Jan Ypma <j...@ypmania.nl>
Introduce Task monad

This commit introduces Task, a data structure that represents a
recipe, or program, for producing a value of type T (or failing with
an exception). It is similar in semantics to RunnableGraph[T], but
intended as first-class building block.

It has the following properties:
- A task can have resources associated to it, which are guaranteed to
be released if the task is cancelled or fails
- Tasks can be forked so multiple ones can run concurrently
- Such forked tasks can be cancelled

A Task can be created from a RunnableGraph which has a KillSwitch, by
connecting a Source and a Sink through a KillSwitch, or by direct
lambda functions.

Report URL: https://github.com/apache/pekko/actions/runs/13946249338

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org
For additional commands, e-mail: notifications-h...@pekko.apache.org

Reply via email to