graceful

package
v0.0.0-...-086db71 Latest Latest
Warning

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

Go to latest
Published: Apr 1, 2025 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Graceful

type Graceful struct {
	Ctx context.Context

	Wg sync.WaitGroup
	// contains filtered or unexported fields
}

优雅停止

func NewGraceful

func NewGraceful() *Graceful

NewGraceful 主要用于优雅重启msg_group

func (*Graceful) Stop

func (s *Graceful) Stop()

Stop 停止服务 不阻塞,停止后将不会在消费任何消息

func (*Graceful) Wait

func (s *Graceful) Wait()

Wait 阻塞等待所有消费者退出

func (*Graceful) Wait2

func (s *Graceful) Wait2(e time.Duration) (err error)

Jump to

Keyboard shortcuts

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