7 lines
140 B
Go
7 lines
140 B
Go
package ICCC
|
|
|
|
// Starts the timer cache logic once and return after (no thread, no endless loop)
|
|
func InitCacheNow() {
|
|
cacheTimerLogic()
|
|
}
|