You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
.The text was updated successfully, but these errors were encountered: