Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 245 Bytes

async.md

File metadata and controls

7 lines (5 loc) · 245 Bytes

Async code / Promises

IF you need lots of JS async code, Promesa is a nice wrapper over JS promises, pretty similar to using JS async/await.

Avoid core.async, the go macro magic is hard to understand.