Liking cljdoc? Tell your friends :D

rt.basic.type-oneshot


invoke-ptr-oneshotclj

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

gets the oneshow invoke working

gets the oneshow invoke working
raw docstring

raw-eval-oneshotclj

(raw-eval-oneshot {:keys [exec process] :as rt} body)

evaluates a raw statement with oneshot

evaluates a raw statement with oneshot
raw docstring

rt-oneshotclj

(rt-oneshot {:keys [id lang runtime program process] :as m})

creates a oneshot runtime

creates a oneshot runtime
raw docstring

rt-oneshot-setupclj

(rt-oneshot-setup lang program process exec)
(rt-oneshot-setup lang program process exec context)

helper function for preparing oneshot params

helper function for preparing oneshot params
raw docstring

rt-oneshot:createclj

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

creates a oneshot runtime

creates a oneshot runtime
raw docstring

sh-execclj

(sh-exec input-args
         input-body
         {:keys [pipe trim stderr raw root] :or {trim str/trim-newlines}})

basic function for executing a shell process

basic function for executing a shell process
raw docstring

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

× close