Assert number of times an event occurs

In reply to ben@SystemVerilog.us:

Not sure if disable of task name disables all running tasks by that name, rather than the individual one. Of so, use
// disable t_abe; // mo
disable fork1;
disable fork2;
Ben Ben@systemverilog.us