package
2.1.2
Repository: https://github.com/brad-jones/goasync.git
Documentation: pkg.go.dev

# 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