On Mon, Nov 15, 2010 at 5:29 AM, Jianshi Huang jianshi.huang@gmail.com wrote:
I'd like to ask if using `with-local-class-registry' will make the decoder thread-safe, is that correct (and tested)?
It is meant to be thread-safe, indeed (provided that you don't rely on inherently non-thread-safe features of the Lisp substrate, such as the bindedness of certain symbols in user packages).
Unfortunately, I did not have the chance to test it thoroughly.
Sincerely, - B. Smilga.