Threading in Google App Script

房东的猫 提交于 2019-11-27 04:43:26

问题


Is it possible to do threading in Google Apps Script? Currently I am setting up triggers programmatically to do threading. Is there a better way?


回答1:


There is a great example from Bruce Mcphearson. His example Parallel Processing in Apps Script uses Map Reduce in exercise. He is utilizing triggers as well, but perhaps may provide some different perspective.



来源:https://stackoverflow.com/questions/18155538/threading-in-google-app-script

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!