1. Preface
  2. 1. RTFM by example
    1. 1.1. The app attribute
    2. 1.2. Resources
    3. 1.3. Tasks
    4. 1.4. Timer queue
    5. 1.5. Singletons
    6. 1.6. Types, Send and Sync
    7. 1.7. Starting a new project
    8. 1.8. Tips & tricks
  3. 2. Under the hood
    1. 2.1. Ceiling analysis
    2. 2.2. Task dispatcher
    3. 2.3. Timer queue

Real Time For the Masses

Ceiling analysis

TODO