Multiple handles of Same sequence running on the same sequencer

Hi UVM Forum,

Suppose, I have two sequence handles for the one sequence and those handles are placed in a fork-join process and are running with the same sequencer.
What would the outcome i will be getting when two different handles are running on the same sequencer.

Thanks,
Manikanta K.

In reply to Manikanta Kopparapu:

The seq_items from both sequences will be interleaved. Which sequence starts first in the fork/join is random.