For loop inside fork join does not finish full number of iterations

In reply to dave_59:

In reply to UVM_learner6:
wait fork should have worked. You could also try using a simple join instead of join_none. But those should have the exact same functionality given the code shown.

Hi Dave,

Could you please point me to comprehensive paper/link on “fork” in systemverilog? fork + all options?
(never feel confident enough that I know how it actually works).

Thanks.