Skip to content

Visit SAwait #37

Description

@vlad-serbanescu

m{
S1
await f
S2
}

translates to

m{
S1
if(f.isDone)
S2
else
Runnable msg = () -> {S2}
send(this,msg)
}

Please correct me if I got the syntax wrong

Activity

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

Metadata

Metadata

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions