I made a function that takes a number of asynchronous data-retrieval-functions and calls a callback when all functions return their data.
I'm wrestling with the terminology though. I've found similar examples here on StackOverflow but none of them offer anything in the way of solid terminology.
Resources that illustrate the functionality:
- Parallel asynchronous Ajax requests using jQuery
- Javascript - synchronizing after asynchronous calls
- Synchronizing event-based plugin calls in JavaScript
Related terminology: fork, wait, synchronize, semaphore.
What is a good name for this function?