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.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -180,7 +180,7 @@ imthread.elapsed(output=True)
180
180
181
181
we kept a time gap of 1 sec inside the function still it repeated the task 4 times in same time. since it can access the global variables we can assign certain tasks that don't need different inputs every time.
182
182
183
-
####Decorators support
183
+
### Decorators support
184
184
185
185
Apart from calling the ``start()`` attribute we can also use decorators to explicitly make our functions for concurrent execution.
0 commit comments