Create a thread and start it. Returns the thread object. Could have been defined as:
(define (make&start-thread thunk) (start-thread (make-thread thunk)))