# README
Simple Concurrency
This is a super basic example that shows how to execute 2 tasks concurrently and await their completion.
Expected Output
START 2020-09-11 18:44:14.2406928 +1000 AEST m=+0.003027901
doing work
doing work
END 1.0013651s
This is a super basic example that shows how to execute 2 tasks concurrently and await their completion.
START 2020-09-11 18:44:14.2406928 +1000 AEST m=+0.003027901
doing work
doing work
END 1.0013651s