Ocean/ICCC/StartCacheTimer.go
2015-06-17 17:44:52 +02:00

7 lines
93 B
Go

package ICCC
// Starts the cache timer thread.
func StartCacheTimer() {
initCacheTimer()
}