Liking cljdoc? Tell your friends :D

rt.basic.type-basic


invoke-ptr-basicclj

(invoke-ptr-basic {:keys [process lang layout] :as rt} ptr args)

invoke for basic rt

invoke for basic rt
raw docstring

raw-eval-basicclj

(raw-eval-basic {:keys [id lang process] :as rt} body)

raw eval for basic rt

raw eval for basic rt
raw docstring

rt-basicclj

(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+)
raw docstring

rt-basic-portclj

(rt-basic-port {:keys [id lang]})

return the basic port of the rt

return the basic port of the rt
raw docstring

rt-basic-stringclj

(rt-basic-string {:keys [id lang]})

string for basic rt

string for basic rt
raw docstring

rt-basic:createclj

(rt-basic:create {:keys [id lang runtime process] :as m :or {runtime :basic}})

creates a basic rt

creates a basic rt
raw docstring

start-basicclj

(start-basic rt)
(start-basic {:keys [id lang container bench program port process] :as rt} f)

starts the basic rt

starts the basic rt
raw docstring

stop-basicclj

(stop-basic {:keys [id lang bench container] :as rt})

stops the basic rt

stops the basic rt
raw docstring

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

× close