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.

# Structs

MapSorter sort map for tasker.
Schedule time taks schedule.
Task task struct.

# Interfaces

Tasker task interface.

# Type aliases

TaskFunc task func type.