Returns the implicit AsyncBuilder available in scope for the
given CancelToken type.
Implicit AsyncBuilder for cancelable tasks, using
Cancelable values for
specifying cancelation actions.
Implicit AsyncBuilder for cancelable tasks, using
Cancelable values for
specifying cancelation actions.
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
Coeval values for specifying cancelation actions.
Implicit AsyncBuilder for cancelable tasks, using
cats.effect.IO values for specifying cancelation actions,
see Cats Effect.
Implicit AsyncBuilder for cancelable tasks, using
Task values for specifying cancelation actions.
Implicit AsyncBuilder for non-cancelable tasks.