Skip to content

Issues with flow control. #6

@back2dos

Description

@back2dos

Currently, there is nothing in place to ensure an async function ever completes. Simplest example:

@async function foo() {
}

This will generate something along the lines of:

function foo() return Future.async(function (__return) {})

There should be something to prevent that from happening.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions