taskmanager

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 22, 2019 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func EndMicroTask

func EndMicroTask()

EndMicroTask MUST be always called when a MicroTask was previously started.

func StartLowPriorityMicroTask

func StartLowPriorityMicroTask() chan bool

StartLowPriorityMicroTask starts a new MicroTask (waiting its turn) if channel receives.

func StartMediumPriorityMicroTask

func StartMediumPriorityMicroTask() chan bool

StartMediumPriorityMicroTask starts a new MicroTask (waiting its turn) if channel receives.

func StartMicroTask

func StartMicroTask()

StartMicroTask starts a new MicroTask. It will start immediately.

func StartVeryLowPriorityMicroTask

func StartVeryLowPriorityMicroTask() chan bool

StartVeryLowPriorityMicroTask starts a new MicroTask (waiting its turn) if channel receives.

func TotalQueuedTasks

func TotalQueuedTasks() int

func TotalScheduledTasks

func TotalScheduledTasks() int

Types

type Task

type Task struct {
	// contains filtered or unexported fields
}

func NewPrioritizedQueuedTask

func NewPrioritizedQueuedTask(name string) *Task

func NewQueuedTask

func NewQueuedTask(name string) *Task

func NewScheduledTask

func NewScheduledTask(name string, schedule time.Time) *Task

func (*Task) Done

func (t *Task) Done()

func (*Task) StartAnyway

func (t *Task) StartAnyway()

func (*Task) WaitForStart

func (t *Task) WaitForStart() chan bool

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL