async-std icon indicating copy to clipboard operation
async-std copied to clipboard

Feature: use deadlines instead of durations for timeouts

Open Diggsey opened this issue 5 years ago • 0 comments

Tokio makes this really easy, but all the timeout methods in async-std take Duration instead of Instant.

Diggsey avatar Oct 09 '20 17:10 Diggsey