when you use save method to save any transaction or any entity you can see this parameter there.
this method check this whether
Asynchronous Save Supported or not for given entity/transaction.
By default it makes synchronous if you don't pass.
you can check/debug this save method for more details.
Regards,