package
0.0.0-20181212060116-9db4afe6789a
Repository: https://github.com/luopengift/golibs.git
Documentation: pkg.go.dev
# Functions
AddTask add task with name.
DeleteTask delete task with name.
NewMapSorter create new tasker map.
NewTask add new task with name, time and func.
StartTask start all tasks.
StopTask stop all tasks.
# Variables
The bounds for each field.
# Interfaces
Tasker task interface.
# Type aliases
TaskFunc task func type.