Skip to content
/ timer Public

Timer package for go.

License

Notifications You must be signed in to change notification settings

l4go/timer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

l4go/timer ライブラリ

time.After()及び、time.Timer()の仕様がひどいので作られた、単純なタイマーモジュールです。

  • timer.Timer
    • time.Duration指定でのタイムアウトを通知するモジュールです。