LispWorks User Guide and Reference Manual > 15 Multiprocessing > 15.12 Native threads and foreign code

NextPrevUpTopContentsIndex

15.12.3 Foreign callbacks on threads not created by Lisp

If a foreign callback occurs on a thread that was not created by LispWorks, then some data is kept on the Lisp side to make the foreign callback entry faster next time. This data is removed when the thread dies, but you force it to be removed sooner by calling last-callback-on-thread.


LispWorks User Guide and Reference Manual - 22 Dec 2009

NextPrevUpTopContentsIndex