gopherjs-book icon indicating copy to clipboard operation
gopherjs-book copied to clipboard

Chapter: Concurrency

Open ajhager opened this issue 11 years ago • 0 comments

JS is nonblocking
//gopherjs:blocking
callbacks + goroutines
sync package
implementation
JS async APIs to Go synchronous

ajhager avatar Oct 30 '14 14:10 ajhager