This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
yongxu
/
sparrow
Seguir
3
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Árbore:
2e2d398ab2
Ramas
Etiquetas
master
v2
v2.0.0
sparrow
/
pkg
/
server
/
timer_task.go
timer_task.go
85 B
Histórico
Raw
1
2
3
4
5
6
7
// the timer task interface.
package server
type TimerTask interface {
DoTask()
}