-
This will let us use `$callers` and tasks to potentially run realbooks concurrently.
-
in other words, the realbook structure must be passed over to the spawned process
-
-
-
-
should fetch :asset_dir from Application and load the file directly as a binary.
-
-
-
Hi Clayton, I have a question. Is it possible to re-use a RuleBook instance? So, is it possible to call _run_ method in a cycle for example ? Thanks.
-
Hello,
I have a question. Is it possible to load all derived models from one url?
For example I have a model parent and also two "children" which are defined like this"
```
Daughter = Parent.extend({…