async-std
async-std copied to clipboard
Feature: use deadlines instead of durations for timeouts
Tokio makes this really easy, but all the timeout methods in async-std take Duration instead of Instant.