Example #1
0
 void tl_gotTickasync(Tick t)
 {
     // on multi-core machines, this will be invoked to write ticks
     // to a cache where they will be processed by a seperate thread
     // asynchronously
     _ar.WriteIt(t);
 }
Example #2
0
 void tl_gotTick(Tick k)
 {
     ar.WriteIt(k);
 }