opencog / atomspace

The OpenCog (hyper-)graph database and graph rewriting system
https://wiki.opencog.org/w/AtomSpace
Other
817 stars 229 forks source link

Release an atom if it's already in the atomspace. #3010

Closed linas closed 1 year ago

linas commented 1 year ago

This covers an extremely unlikely race condition, where the same atom is being both inserted and removed from the same AtomSpace at the same time. Otherwise this change should be invisible.