- Companion:
- class
Value members
Concrete methods
Returns the implicit AsyncBuilder available in scope for the
given CancelToken type.
Returns the implicit AsyncBuilder available in scope for the
given CancelToken type.
Implicits
Implicits
Implicit AsyncBuilder for non-cancelable tasks built by a function
returning a Cancelable.Empty.
Implicit AsyncBuilder for non-cancelable tasks built by a function
returning a Cancelable.Empty.
This is a case of applying a compile-time optimization trick, completely ignoring the provided cancelable value, since we've got a guarantee that it doesn't do anything.
Implicit AsyncBuilder for cancelable tasks, using
cats.effect.IO values for specifying cancelation actions,
see Cats Effect.
Implicit AsyncBuilder for cancelable tasks, using
cats.effect.IO values for specifying cancelation actions,
see Cats Effect.