You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,8 @@ Usage
46
46
delay_queue.put("an item", 30)
47
47
48
48
delay_queue.get()
49
-
# Waits for 30seconds before returning "an item". If any other item is added via another thread and if the delay preceeds of that item, then that item will be returned first.
49
+
# Waits for 30seconds before returning "an item". If any other item is added via another thread and
50
+
# if the delay precedes of that item, then that item will be returned first.
0 commit comments