By default, the functions are called in parallel (via
Promise.all).
If you need the functions called serially, you can use the serialHooks utility function.
The return value can be passed directly to hook options (e.g., afterCopy, afterExtract).
By default, the functions are called in parallel (via
Promise.all). If you need the functions called serially, you can use theserialHooksutility function.The return value can be passed directly to hook options (e.g.,
afterCopy,afterExtract).