←back to thread

320 points willm | 1 comments | | HN request time: 0.201s | source
1. wodenokoto ◴[] No.45111934[source]
> If you call function get_thing_sync() versus await get_thing_async(), they take the same amount of time.

No, if you call both function one will try and fetch a none responding url and the other will immediately raise an exception.