summaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authorDario Nieuwenhuis <dirbaio@dirbaio.net>2021-02-02 05:14:52 +0100
committerDario Nieuwenhuis <dirbaio@dirbaio.net>2021-02-02 05:20:41 +0100
commitaeaa34d7a163b327643c08e299e1b40bb497c01c (patch)
tree6054344c8a7d990b910416a1002aded9ad4d10eb /.vscode
parentd098952077b8fdc8426754151bb8064214a046fa (diff)
downloadembassy-aeaa34d7a163b327643c08e299e1b40bb497c01c.zip
Executor API V2.
- It's no longer possible to call run() reentrantly from within a task (soundness issue) - it's now possible to spawn Send tasks across threads (SendSpawner, #37)
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/settings.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 8c53d209..a6d083ad 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -1,4 +1,5 @@
{
+ "rust-analyzer.assist.importMergeBehavior": "last",
"editor.formatOnSave": true,
"rust-analyzer.cargo.allFeatures": false,
"rust-analyzer.checkOnSave.allFeatures": false,
@@ -8,4 +9,4 @@
"**/.git/subtree-cache/**": true,
"**/target/**": true
}
-}
+} \ No newline at end of file