github.com/anacrolix/torrent@v1.61.0/internal/mytimer/types.go (about)

     1  package mytimer
     2  
     3  import (
     4  	"time"
     5  )
     6  
     7  type TimeValue = time.Time
     8  
     9  type Func = func() TimeValue