README.md in procemon-0.3.1 vs README.md in procemon-0.3.2
- old
+ new
@@ -27,9 +27,13 @@
The "fun_with_procs_and_methods"
tells you how to play with proc and method objects source code,
combine them, manipulate them, and convert back into live code
with the right bindings
+the "simple async processing" will let you use os threads (1.9.n+)
+for multiprocessing so you can give multiple task to do and
+until you ask for the value, the process will be in the background
+
## LICENSE
(The MIT License)
Copyright (c) 2009-2013 Adam Luzsi <adamluzsi@gmail.com>