|
|
|
|
|
by peferron
1096 days ago
|
|
> I have some code here, and when exactly is this run? If there are `await` keywords previously in the function, then the line you're looking at will run after these async calls are done. Otherwise it'll run ASAP. Is there something else to it? |
|