MAKE-THREAD accepts :ARGUMENTS to pass to the thread function
authorPaul Khuong <pvk@pvk.ca>
Sat, 11 Jun 2011 01:52:52 +0000 (21:52 -0400)
committerPaul Khuong <pvk@pvk.ca>
Sat, 11 Jun 2011 01:52:52 +0000 (21:52 -0400)
commit0a3d799b59df15a7fcd680182f88feda8704f261
tree1987c598fc2493971a235afea94dce70bf6ccb8e
parent39c9c1d494f6d8a42c6f701ef1db4f688fe1b310
MAKE-THREAD accepts :ARGUMENTS to pass to the thread function

 The additional keyword argument should be a lsit designator

 Based on a patch by Roman Marynchak.

 Fixes lp#727384.
NEWS
src/code/target-thread.lisp
tests/threads.pure.lisp