Skip to content

hmgle/delaytask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

delaytask

delaytask is a library which provides a way to run the delay task.

usage

var tsk = delaytask.New()

tsk.AddJobFn("foo", func() {
	println("foo")
}, time.Second)

// tsk.Execute("foo")

<-tsk.Stop()

About

A library which provides a way to run the delay task.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages