mirror of
https://github.com/charlienet/go-mixed.git
synced 2025-07-18 00:22:41 +08:00
update
This commit is contained in:
14
calendar/scheduled_executor.go
Normal file
14
calendar/scheduled_executor.go
Normal file
@ -0,0 +1,14 @@
|
||||
package calendar
|
||||
|
||||
import "time"
|
||||
|
||||
type ScheduledExecutor struct {
|
||||
}
|
||||
|
||||
func NewScheduledExecutor() *ScheduledExecutor {
|
||||
return &ScheduledExecutor{}
|
||||
}
|
||||
|
||||
func (e *ScheduledExecutor) Schedule(i any, duration time.Duration) {
|
||||
|
||||
}
|
Reference in New Issue
Block a user