One link of the chain: receives the update and next.
next
next() runs the handlers behind it and waits for them, so work can happen before and after; returning without it ends the chain for that update.
next()
One link of the chain: receives the update and
next.next()runs the handlers behind it and waits for them, so work can happen before and after; returning without it ends the chain for that update.