chickadee » srfi-18 » thread-name

thread-name threadprocedure

Returns the name of the thread.

    (thread-name (make-thread (lambda () #f) 'foo))  ==>  foo