소스 검색

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

불러오는 중...
취소
저장