gopherjs / gopherjs-book

GopherJS by Example
36 stars 1 forks source link

Chapter: Concurrency #4

Open ajhager opened 9 years ago

ajhager commented 9 years ago
JS is nonblocking
//gopherjs:blocking
callbacks + goroutines
sync package
implementation
JS async APIs to Go synchronous