8 lines
152 B
Markdown
Raw Normal View History

2020-06-05 12:57:11 +08:00
# deadline pattern
do a thing ,until the deadline time point
2020-06-05 17:36:30 +08:00
as known as timeout pattern
2020-06-05 12:57:11 +08:00
which act like time.after(), but time.after() only do once.