public static function current() { if(self::$inst == NULL) self::$inst = new Threader(); return self::$inst; }