chickadee
»
srfi-18
»
thread-name
Identifier search
thread-name
thread
procedure
Returns the name of the
thread
.
(thread-name (make-thread (lambda () #f) 'foo)) ==> foo