gopherjs / gopherjs-book

GopherJS by Example
36 stars 1 forks source link

Chapter: Concurrency #4

Open ajhager opened 10 years ago

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