itm icon indicating copy to clipboard operation
itm copied to clipboard

Adopt an asynchronous API

Open tmplt opened this issue 3 years ago • 0 comments

As discussed in https://github.com/rust-embedded/itm/pull/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.

tmplt avatar Dec 03 '21 10:12 tmplt