ref: e54af86927ced66fb7fa8ad744cfb609390f04d8 dir: /lib/thread/util.myr/
use std use thread pkg thrtestutil = const mkherd : (n : uint32, fn : (-> void) ->void) ;; const mkherd = {n, fn for var i = 0; i < n; i++ std.try(thread.spawn(fn)) ;; }