Liking cljdoc? Tell your friends :D

dvlopt.dsim

Idiomatic, purely-functional discrete event simulation and much more.

See README first in order to make sense of all this. It provides definitions and rationale for concepts.

Arity convention for e-XXX functions

Arities for e-XXX functions follow the same convention. Providing both ranks and path refers explicitely to a prioritized location in the event tree. Without path, the path of the currently executing flat event is retrieved (ie. acts with the given ranks relative to the current path). Not providing either refers explicitely to the current flat event and its working queue.

Idiomatic, purely-functional discrete event simulation and much more.

See README first in order to make sense of all this. It provides definitions and rationale for concepts.


Arity convention for `e-XXX` functions
======================================

Arities for `e-XXX` functions follow the same convention. Providing both `ranks` and `path` refers explicitely
to a prioritized location in the event tree. Without `path`, the path of the currently executing flat event is
retrieved (ie. acts with the given `ranks` relative to the current `path`). Not providing either refers explicitely
to the current flat event and its working queue.

raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close