docs/configuration/threaded.md in vedeu-0.8.31 vs docs/configuration/threaded.md in vedeu-0.8.32
- old
+ new
@@ -1,3 +1,13 @@
Instructs Vedeu to use threads to perform certain actions.
This can have a performance impact.
+
+ # Set:
+ Vedeu.configure do
+ threaded false
+ # ...
+ end
+
+ # Get:
+ Vedeu.config.threaded?
+ Vedeu.config.threaded