AppStarter

package
v0.0.6 Latest Latest
Warning

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

Go to latest
Published: Oct 14, 2019 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

实现了一个通用的启动框架。

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Exit

func Exit()

退出当前的应用程序。

func Run

func Run(runner AppRunner)

启动应用执行器。

func SafeCloseChan

func SafeCloseChan(ch chan struct{})

Types

type AppRunner

type AppRunner interface {
	Start()    // 启动执行器
	ShutDown() // 关闭执行器
}

应用执行器。

Jump to

Keyboard shortcuts

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