Skip to content

Awaitable operations inside try block #89

Open
@rssh

Description

@rssh

Why not support awaitable operations inside try block, by translating
try{
F
} catch {
G
} finally {
H
}
to something like: async(F).recoverWith(G).onComplete(H) ?

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions