Skip to content

Add support time.afterFunc(timeout, fn)  #10

@nicolasdilley

Description

@nicolasdilley

if timeout != 0 {
errChannel = make(chan error, 2)
time.AfterFunc(timeout, func() {
errChannel <- errors.New("")
})
}

Potential fix:

The call could be translated to a proctype that executes the translation of the body of the anonymous function

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions