package
Version:
v0.9.0
Opens a new window with list of versions in this module.
Published: Jun 15, 2021
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func NewAsync() asynchronous
NewAsync create new asynchronous
func NewLogRunner(r Runner) *log
func NewSync() synchronous
NewAsync create new synchronous
type LogRunner interface {
Named(name string, f func())
Running() map[string]int
}
type Runner interface {
Go(func())
}
Runner run asynchronous or synchronous
Source Files
¶
Click to show internal directories.
Click to hide internal directories.