瀏覽代碼

Update docs more

develop-0.1.9
Pedram Nimreezi 10 年之前
父節點
當前提交
19863b34bd
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. +3
    -3
      README.org

+ 3
- 3
README.org 查看文件

@ -203,7 +203,7 @@ Return all stored values in this query module.
#+END_EXAMPLE
* Composing Modules with stored state
* Composing Modules with stored data
- You can create query modules with local state to compare to event data in `with' and `run'
To compose a module with state data you will add a third argument (orddict).
@ -211,7 +211,7 @@ To compose a module with state data you will add a third argument (orddict).
glc:compile(Module, Query, [{stored, value}]).
#+END_EXAMPLE
* Accessing stored state data in constant time
* Accessing stored data in constant time
- You can use query modules in a way similar to mochiglobal
Return the stored value in this query module.
@ -220,7 +220,7 @@ Return the stored value in this query module.
#+END_EXAMPLE
* Job processing through composed modules
* Job processing with composed modules
- You can use query modules to execute jobs, if the job doesn't error, process an event.
- `with' is similar to `run', the main difference is additional statistics and execution order

Loading…
取消
儲存