This commit is contained in:
Tessa Nordgren 2019-04-24 14:42:52 -07:00
parent 8fd04999fd
commit 549143fb4b

View File

@ -22,7 +22,7 @@ level for the queue, and decides which queue to pull from next and feed to task
runners. runners.
Overhead for this process is typically < 1000ns, so it's not suitable for Overhead for this process is typically < 1000ns, so it's not suitable for
typical short lived goroutines, but those type of goroutines don't really, typical short lived goroutines, but those type of goroutines don't really
need scheduling anyway. need scheduling anyway.
## usage ## usage