aboutsummaryrefslogtreecommitdiff
path: root/book/en/src/internals.md
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2019-05-09 19:33:42 +0000
committerbors[bot] <bors[bot]@users.noreply.github.com>2019-05-09 19:33:42 +0000
commit2596ea0e46bec73d090d9e51d41e6c2f481b8e15 (patch)
tree9d148e9ef2d922c710a41b991f21d14cb2fe7bc4 /book/en/src/internals.md
parentbc024f197929be1ce7dac9e6cbf6672c3980437e (diff)
parentea02405ef0cea368707b723054b699fa423d4823 (diff)
Merge #175
175: document internals r=japaric a=japaric note that this assumes that RFC #155 has been implemented [Rendered text](https://japaric.github.io/rtfm5/book/en/internals.html) Do not merge this before PR #176 Co-authored-by: Jorge Aparicio <jorge@japaric.io>
Diffstat (limited to 'book/en/src/internals.md')
-rw-r--r--book/en/src/internals.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/book/en/src/internals.md b/book/en/src/internals.md
index 0ef55e6..15da97a 100644
--- a/book/en/src/internals.md
+++ b/book/en/src/internals.md
@@ -4,3 +4,8 @@ This section describes the internals of the RTFM framework at a *high level*.
Low level details like the parsing and code generation done by the procedural
macro (`#[app]`) will not be explained here. The focus will be the analysis of
the user specification and the data structures used by the runtime.
+
+We highly suggest that you read the embedonomicon section on [concurrency]
+before you dive into this material.
+
+[concurrency]: https://github.com/rust-embedded/embedonomicon/pull/48