[slime-devel] Lispworks thread-attributes

Terje Norderhaug terje at in-progress.com
Mon Jun 29 18:00:54 UTC 2009


Here is a candidate implementation of thread-attributes for LispWorks:

; swank-lispworks.lisp

(defimplementation thread-attributes (thread)
   (list :priority (mp:process-priority thread)
          :idle (mp:process-idle-time thread)))

-- Terje Norderhaug





More information about the slime-devel mailing list