cosmos72 / stmx

High performance Transactional Memory for Common Lisp
http://stmx.org/
241 stars 14 forks source link

map-ghash exported but not implemented #16

Closed cherrymud closed 5 years ago

cherrymud commented 5 years ago

Tried using map-ghash, surprised to see it actually wasn't implemented. Looks like do-ghash is what should be used instead?

cosmos72 commented 5 years ago

Thanks for spotting this, I forgot map-ghash. Added in commit c23336612b59a49f0465e047795059d78e406131 map-ghash is implemented on top of do-ghash: you can use either one.