mirror of
https://github.com/crazybber/go-pattern-examples.git
synced 2024-11-21 19:36:03 +03:00
.. | ||
deadline_test.go | ||
deadline.go | ||
README.md |
deadline pattern
do a thing ,until the deadline time point
as known as timeout pattern
which act like time.after(), but time.after() only do once.