(invoke-ptr-basic {:keys [process lang layout] :as rt} ptr args)invoke for basic rt
invoke for basic rt
(raw-eval-basic {:keys [id lang process] :as rt} body)raw eval for basic rt
raw eval for basic rt
(rt-basic {:keys [id lang runtime program process] :as m})creates and starts a basic rt
(def +rt+ (rt-basic {:lang :lua :program :luajit}))
(h/stop +rt+)
creates and starts a basic rt
(def +rt+ (rt-basic {:lang :lua
:program :luajit}))
(h/stop +rt+)(rt-basic-port {:keys [id lang]})return the basic port of the rt
return the basic port of the rt
(rt-basic-string {:keys [id lang]})string for basic rt
string for basic rt
(rt-basic:create {:keys [id lang runtime process] :as m :or {runtime :basic}})creates a basic rt
creates a basic rt
(start-basic rt)(start-basic {:keys [id lang container bench program port process] :as rt} f)starts the basic rt
starts the basic rt
(stop-basic {:keys [id lang bench container] :as rt})stops the basic rt
stops the basic rt
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |