1
This commit is contained in:
parent
067b4e881d
commit
a64b6da3af
@ -1,7 +1,7 @@
|
||||
package task
|
||||
|
||||
import (
|
||||
|
||||
"f5"
|
||||
)
|
||||
|
||||
type contribution struct {
|
||||
@ -9,8 +9,18 @@ type contribution struct {
|
||||
}
|
||||
|
||||
func (this* contribution) init() {
|
||||
|
||||
go this.calc()
|
||||
}
|
||||
|
||||
func (this* contribution) unInit() {
|
||||
}
|
||||
|
||||
func (this* contribution) stat(time int64) {
|
||||
}
|
||||
|
||||
func (this* contribution) calc() {
|
||||
for true {
|
||||
nowTime := f5.GetApp().GetRealSeconds()
|
||||
this.stat(nowTime)
|
||||
}
|
||||
}
|
||||
|
2
third_party/q5
vendored
2
third_party/q5
vendored
@ -1 +1 @@
|
||||
Subproject commit dd6cf609347a05742c56c1e5b7f1f671b4f20ebd
|
||||
Subproject commit b9c7e05031727615fcd1c9c8355f66046701cc13
|
Loading…
x
Reference in New Issue
Block a user