nasync icon indicating copy to clipboard operation
nasync copied to clipboard

a customizable async task pool for golang, (event bus, runtime)

Results 1 nasync issues
Sort by recently updated
recently updated
newest added

1. one channel , no buffer slice, pub sub design 2. task worker goroutine is created once 3. NewUnBlockQueue , NewBlockQueue, NewBlockTimeoutQueue three different queue feature 4. task panic not...