Evan R.
10/17/2019, 7:14 PMnewSuspendedTransaction
closes the current transaction at the end of the block is creating a real headache for me. I have suspend functions which will start a new suspended transaction on the IO dispatcher, but they cannot call other suspend functions doing the same thing. Is there a way around this that I’m not seeing? My current workaround is to make separate, private suspending functions which are exposed publicly via a newSuspendedTransaction
block.tapac
10/19/2019, 4:28 PMEvan R.
10/21/2019, 12:33 PMmaxmello
10/24/2019, 8:34 AM