aboutsummaryrefslogtreecommitdiff
path: root/book/en/src/migration/migration_v2/rtic-sync.md
diff options
context:
space:
mode:
authordatdenkikniet <jcdra1@gmail.com>2023-04-22 21:27:26 +0200
committerdatdenkikniet <jcdra1@gmail.com>2023-05-11 19:20:58 +0200
commit3d97c9e431d7fcb20b1b30bc15c34ccffee03c79 (patch)
tree6842b788361e247cc50423bee972cc7a3c6ba974 /book/en/src/migration/migration_v2/rtic-sync.md
parented465b0c3b8b4c588f5cc7945af79a504f928cc8 (diff)
Move deprecated migration guides to deprecated folder
Diffstat (limited to 'book/en/src/migration/migration_v2/rtic-sync.md')
-rw-r--r--book/en/src/migration/migration_v2/rtic-sync.md9
1 files changed, 0 insertions, 9 deletions
diff --git a/book/en/src/migration/migration_v2/rtic-sync.md b/book/en/src/migration/migration_v2/rtic-sync.md
deleted file mode 100644
index fefde03..0000000
--- a/book/en/src/migration/migration_v2/rtic-sync.md
+++ /dev/null
@@ -1,9 +0,0 @@
-# Using `rtic-sync`
-
-`rtic-sync` provides primitives that can be used for message passing and resource sharing in async context.
-
-The important structs are:
-* The `Arbiter`, which allows you to await access to a shared resource in async contexts without using `lock`.
-* `Channel`, which allows you to communicate between tasks (both `async` and non-`async`).
-
-For more information on these structs, see the [`rtic-sync` docs](https://docs.rs/rtic-sync) \ No newline at end of file