Perform a transactional operation. This is the only way to obtain a read/write transaction.
The transaction will commit automatically if it is exclusive (write mode) after the actor returns.
The transaction is destroyed when act returns. You will receive an error if you access it after it is destroyed.
A read-only transaction you may use without context.