go-pattern-examples/resiliency/03_deadline/README.md
2020-06-05 17:36:30 +08:00

8 lines
152 B
Markdown

# 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.