How to execute something after sequence

Seems like a rather basic thing to do, but how do execute something after every execution line of a sequence has finished?

If the Sequence node is equivalent to a thread_create, where’s the equivalent of a thread_join so that I can so something sequential after the “pseudo-concurrent” part?