// Copyright (c) 2026, Salesforce, Inc.,
// All rights reserved.
// For full license text, see the LICENSE.txt file
pubmodcontracts_storage;pubmoddistributed_storage;pubmodsession_storage;// Since the write access to the shared memory is coordinated by the time lock, we ensure that
// no consistency handling will have to be done.
fnabort<T>(_: T, _: T)->Option<T>{Option::None
}