Skip to main content

Timeline for async+await == sync?

Current License: CC BY-SA 3.0

3 events
when toggle format what by license comment
Jan 14, 2013 at 16:39 comment added Rachel @ratchetfreak I think there's some overhead to setting up await/async, so I don't think you'd want to code your entire application with it. I only use it for executing potentially long-running blocks of code so it doesn't lock up my applications. :)
Jan 14, 2013 at 16:35 comment added ratchet freak couldn't the sync call be implemented as async+await?
Jan 14, 2013 at 16:31 history answered Rachel CC BY-SA 3.0