Back
suspend-key! (clj)
(source)multimethod
(suspend-key! key value)
Suspend a running implementation associated with a key, so that it may be
eventually passed to resume-key. By default this multimethod calls
[[halt-key!]], but it may be customized to do things like keep a server
running, but buffer incoming requests until the server is resumed.