Open dcolli23 opened 4 years ago
I need to parallelize (whether that be multithread or multiprocess) the nutrition API requests since they're going to take longer than a few milliseconds to process. This will ensure there are no hangups with the UI.
Description
I need to parallelize (whether that be multithread or multiprocess) the nutrition API requests since they're going to take longer than a few milliseconds to process. This will ensure there are no hangups with the UI.