Skip to content

Commit 92feabb

Browse files
authored
Update README.md
1 parent 416eab2 commit 92feabb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ imthread.elapsed(output=True)
180180

181181
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.
182182

183-
#### Decorators support
183+
### Decorators support
184184

185185
Apart from calling the ``start()`` attribute we can also use decorators to explicitly make our functions for concurrent execution.
186186

0 commit comments

Comments
 (0)