Movatterモバイル変換


[0]ホーム

URL:


workchain

packagemodule
v0.0.0-...-03dc622Latest Latest
Warning

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

Go to latest
Published: Dec 2, 2024 License:Apache-2.0Imports:1Imported by:0

Details

Repository

github.com/no-src/workchain

Links

README

workchain

BuildLicenseGo Reference

Installation

go get -u github.com/no-src/workchain

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

typeCondFunc

type CondFunc func(ctxcontext.Context) (bool,context.Context,error)

func (CondFunc)Loop

func (cfCondFunc) Loop()CondFunc

typeDoFunc

type DoFunc func(ctxcontext.Context)error

typeWork

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

funcNewWork

func NewWork(do func(ctxcontext.Context)error) *Work

funcWorkChain

func WorkChain(works ...*Work) *Work

funcWorkRing

func WorkRing(works ...*Work) *Work

func (*Work)Do

func (w *Work) Do(ctxcontext.Context)error

func (*Work)WithCond

func (w *Work) WithCond(condCondFunc) *Work

Source Files

View all Source files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f orF : Jump to
y orY : Canonical URL
go.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic.Learn more.

[8]ページ先頭

©2009-2025 Movatter.jp