summaryrefslogtreecommitdiff
path: root/DeveloperManual.md
diff options
context:
space:
mode:
Diffstat (limited to 'DeveloperManual.md')
-rw-r--r--DeveloperManual.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/DeveloperManual.md b/DeveloperManual.md
index 2d10b75..3ce4c28 100644
--- a/DeveloperManual.md
+++ b/DeveloperManual.md
@@ -1,6 +1,6 @@
-#Developer Manual
+# Developer Manual
-##Some comments on the scheduler system
+## Some comments on the scheduler system
The scheduler in rxcpp v2 is based on the scheduler and worker constructs that *RxJava* uses (Eric Meijer was involved) The docs for *RxJava* will have an explanation for ```scheduler``` and ```worker```. RxCpp adds ```schedulable```, ```coordination``` and ```coordinator```.