An open API service indexing awesome lists of open source software.

https://github.com/sillyhatxu/simple-scheduler


https://github.com/sillyhatxu/simple-scheduler

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# simple-scheduler

```
go scheduler.InitialScheduler(OrderTimeout, "00:00:00", "60s")
go scheduler.InitialScheduler(AutoComplete, "00:00:00", "24h")

func OrderTimeout() {

}

func AutoComplete() {

}
```