mirror of
https://github.com/crazybber/go-pattern-examples.git
synced 2025-02-19 18:33:13 +03:00
8 lines
152 B
Markdown
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.
|