diff options
| author | Jorge Aparicio <jorge@japaric.io> | 2019-04-21 20:45:24 +0200 |
|---|---|---|
| committer | Jorge Aparicio <jorge@japaric.io> | 2019-05-01 22:36:54 +0200 |
| commit | 09ec5a7a41d951ad7a1ef61391896df4a1f5fc18 (patch) | |
| tree | 0ab3172a9f2fd42d7236b4e989726ce312e363ce /book/en/src/internals.md | |
| parent | bc024f197929be1ce7dac9e6cbf6672c3980437e (diff) | |
document internals
note that this assumes that RFC #155 has been implemented
Diffstat (limited to 'book/en/src/internals.md')
| -rw-r--r-- | book/en/src/internals.md | 5 |
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 |
