chrono_utils

package
v1.2.1 Latest Latest
Warning

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

Go to latest
Published: Dec 23, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewContextTaskExecutor

func NewContextTaskExecutor() chrono.TaskExecutor

func NewContextTaskRunner

func NewContextTaskRunner(ctx context.Context) chrono.TaskRunner

func NewContextTaskScheduler

func NewContextTaskScheduler() chrono.TaskScheduler

Types

type ContextTaskExecutor

type ContextTaskExecutor struct {
	chrono.SimpleTaskExecutor
	// contains filtered or unexported fields
}

ContextTaskExecutor is a TaskExecutor that actually cancels the context passed to the executed tasks.

func (*ContextTaskExecutor) Shutdown

func (e *ContextTaskExecutor) Shutdown() chan bool

type ContextTaskRunner

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

func (*ContextTaskRunner) Run

func (runner *ContextTaskRunner) Run(task chrono.Task)

Jump to

Keyboard shortcuts

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