cyclone/srfi
Justin Ethier 04d1655a6a Prevent passing stack objects to a thread's closure
Modified thread-start! to initiate a GC prior to running the thread, in case thunk contains any closures on the "parent" thread's stack. Otherwise when the parent thread goes to collect them, the contents will be corrupted when the spawned thread attempts to access them.
2016-01-14 23:30:53 -05:00
..
18.sld Prevent passing stack objects to a thread's closure 2016-01-14 23:30:53 -05:00