Skip to content

Forward task's __call parameters to the task funcion #6

Description

@naves-thiago

Allow users to create tasks that receive parameters.
Example:

task_t:new(function(...)
    print(...)
end)(1, 2, 3)
-- Prints 1    2    3

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions