Hash table thread safety
"Tim Bradshaw (as tfb at tfeb dot org)" <[email protected]>
| Newsgroups | gmane.lisp.lispworks.general |
|---|---|
| Message-ID | <[email protected]> |
Am I correct in my reading of the LW manuals that hash-table operations are always thread-safe in the sense of 'you can't destroy the table'? It looks like they are also atomic, but I don't need that. Does anyone know what the equivalent is for SBCL? It looks to me like specifying :synchronized t is what I need both for thread-safety and atomicity. Thanks --tim _______________________________________________ Lisp Hug - the mailing list for LispWorks users [email protected] http://www.lispworks.com/support/lisp-hug.html