timedelta
? And this is for the internal API, isn't it? I'm guessing that's why it had the leading underscore. And timeouts are normally expressed in seconds (given that both the stdlib and AnyIO use it for timeouts/sleep calls); milliseconds as unit are much less often used. Documenting the unit is probably good enough, as importing timedelta
may feel bothersome. #165