api
blog
github
login / sign up
ClojureDocs
(beta)
clj-sandbox
Namespaces
net.licenser.sandbox
jvm
matcher
safe-fns
tester
doc
source
examples
comments
0.4.0
0.4.0 permalink
priv-action
net.licenser.sandbox.jvm
(priv-action thunk)
0
Examples
top
Log in to add / edit an example.
See Also
top
Log in to add a see also.
Source
net/licenser/sandbox/jvm.clj:20
top
(defn priv-action [thunk] (proxy [java.security.PrivilegedAction] [] (run [] (thunk))))
© clj-sandbox See
http://github.com/Licenser/clj-sandbox
for copyright and license details.
Vars in
net.licenser.sandbox.jvm/
priv-action:
defn
proxy
Used in 0 other vars
Comments
top
No comments for
priv-action
. Log in to add a comment.
Comments top
No comments for priv-action. Log in to add a comment.