Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 150 Bytes

Concurrent.md

File metadata and controls

10 lines (8 loc) · 150 Bytes

Run tasks concurently

It is itself a task, used to group and run tasks concurrently

Concurrent {
    Screenshot()
    Screenshot()
}