Skip to content

Add support for transactions

Julien Bigot requested to merge feature-Transaction into master
  • delays the release of any exposed data until the end of the transaction so that all data is available concurrently,
  • triggers an event based on the name of the transaction whenevel all data is available.

Merge request reports