Comment on A Design Space Exploration of Async/AwaitparentComments−tcfhgj7hGo sort of asks why tho and just standardizes on go routines as a good abstraction over both concurrency and parallelism.if it is really that good, why didn't Rust adopt the same thing?−bobnamob6hDifferent design goals, go ships with a runtime baked in, rust wanted an async design independent of runtime implementation that’d be usable in embedded contexts
Comments
if it is really that good, why didn't Rust adopt the same thing?
Different design goals, go ships with a runtime baked in, rust wanted an async design independent of runtime implementation that’d be usable in embedded contexts