Skip to content

Libtask waits for ever is function body has errors. #7

Closed
@trappmartin

Description

@trappmartin

See the following minimal example:

using Libtask

function f()
    t = 0;
    while true
        t[2] = 0
        produce(t)
    end
end

t = Task(f)
consume(t)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinghelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions