this.work = function()

in api-docs/0.6/lib/scheduler.js [14:18]


    this.work = function(fn, self, args) {
        this.fn = fn;
        this.self = self;
        this.args = args;
    }