summaryrefslogtreecommitdiffstats
path: root/ci/azure-patch-crates.yml
AgeCommit message (Collapse)Author
2019-03-21executor: add TypedExecutor (#993)Carl Lerche
Adds a `TypedExecutor` trait that describes how to spawn futures of a specific type. This is useful for implementing functions that are generic over an executor and wish to support both `Send` and `!Send` cases.