next up previous contents index
Next: make-event procedure Up: Multithreading Previous: start-thread thread procedure

make&start-thread thunk procedure

 

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)))


Erik Rauch
Sat May 8 16:42:57 EDT 1999