I call a script at 6:58am to sum net and gross quantities.
Do you recommend to use :
system.tag.readAsync()
and
system.tag.writeAsync()
?
and scenario 2
I have read a ton of things, do math, write to a ton of things
then it is recommended to use as few of blocking as I can?
I am researching when to use asych programming, but I am having a hard time with the abstractness/subjectiveness