Go Package time

From NovaOrdis Knowledge Base
Jump to navigation Jump to search

External

Internal

Overview

  • time.After returns a channel that after the given duration, will send current time on it. This can be used to implement a timeout with Go Channels#select.