mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-12 04:10:36 +01:00
Can we have async inside datastack.perform(asynchronous) #278
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @seanliu1 on GitHub (Jun 19, 2019).
I would like to make network request inside dataStack.perform. Should we make network request sync so that it can still work.
@JohnEstropia commented on GitHub (Jun 21, 2019):
No, you can either do your transaction only after the network request completes, or do 2 separate transactions for before and after the request