这是indexloc提供的服务,不要输入任何密码
Skip to content

Visit SAwait #37

@vlad-serbanescu

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

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions