currentZoneKey constant
Zone key storing the active Transaction when inside a transaction body. Database methods check this to transparently route through the transaction instead of deadlocking on the write lock.
Implementation
static const currentZoneKey = #_activeTransaction;