Update package name comments (#9653)

This commit is contained in:
terence tsao
2021-09-22 15:38:06 -07:00
committed by GitHub
parent 8d4cdde07e
commit 8678610683
7 changed files with 5 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
// Package runutil includes helpers for scheduling runnable, periodic functions.
// Package async includes helpers for scheduling runnable, periodic functions and contains useful helpers for converting multi-processor computation.
package async
import (