# File lib/benelux/track.rb, line 14
14:     def add_thread(t=Thread.current)
15:       @thgrp.add t
16:       t
17:     end