A context manager that prints how long its body took, without scattering time.perf_counter calls through the function.
Tag
Snippets tagged context
Cancels the request and everything downstream of it after two seconds. The defer is not optional.
Snippets tagged context
A context manager that prints how long its body took, without scattering time.perf_counter calls through the function.
Cancels the request and everything downstream of it after two seconds. The defer is not optional.