We already have a typeclass `AsyncContext` that ab...
# arrow
r
We already have a typeclass
AsyncContext
that abstracts over async datatypes like those and allows you to basically use
AsyncContext
in a polymorphic context without being concrete about the actual datatypes.