Module Mirage_flow_combinators.Copy

Parameters

module Clock : Mirage_clock.MCLOCK
module A : Mirage_flow.S
module B : Mirage_flow.S

Signature

type error = [
| `A of A.error
| `B of B.write_error
]

The type for copy errors.

val pp_error : error Fmt.t

pp_error pretty-prints errors.

copy source destination copies data from source to destination using the clock to compute a transfer rate. On successful completion, some statistics are returned. On failure we return a printable error.