j
k
j a
j l
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
Show replies by date
* Terje Norderhaug [2009-06-29 20:00+0200] writes:
Committed.
Helmut.
slime-devel@common-lisp.net
Add to favorites Remove from favorites