You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Focus on synchronous programs blocking (tokio-rs#67)
This change introduces synchronous programming as a blocking style, more
in line with the contrast drawn in the following paragraph. The prior
phrasing focused on linear program order execution, presumably to draw a
contrast with the state machine model that a lot of asynchronous
programs follow. While interesting, the context really is a discussion
of blocking/non-blocking.
0 commit comments