diff options
Diffstat (limited to 'guide/internals.md')
-rw-r--r-- | guide/internals.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/guide/internals.md b/guide/internals.md new file mode 100644 index 0000000..431ca01 --- /dev/null +++ b/guide/internals.md @@ -0,0 +1,13 @@ +Internals +========= + +Architecture +------------ + +@todo Describe. + +Efficiency considerations +------------------------- + +@todo Mention that you need to cleanup in terminate especially if you +used the process dictionary, started timers, started monitoring... |