pub fn after_commit<F>(callback: F)where F: FnOnce() + Send + 'static,
Registers a callback to run after the outermost transaction commits.
When no transaction is open, the callback runs immediately.