Open
Description
As discussed in rust-embedded/itm#41, it may be apt to adopt an asynchronous API. This could potentially simplify the implementation: the first EOF condition would be signalled with a Poll::Pending
.
As discussed in rust-embedded/itm#41, it may be apt to adopt an asynchronous API. This could potentially simplify the implementation: the first EOF condition would be signalled with a Poll::Pending
.