`CaptureService<F>: Async<F>`, IO is a...
# arrow
p
CaptureService<F>: Async<F>
, IO is a datatype, Async is the typeclass that allows asynchronous execution.
IO
has an instance of
Async
via
IO.async()