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
@@ -71,7 +71,7 @@ p(20)
71
71
72
72
By default, pipe works with green threads which is based on event loop.
73
73
74
-
You can have a function running in a seperate green thread with pipe. Just put it in a `[]` or more explicitly `g[]`. Multithreads or multiprocesses are also available.
74
+
You can have a function running in a seperate green thread with pipe. Just put it in a `[]` or more explicitly `g[]`. Threads and processes are also available.
75
75
76
76
```python
77
77
from syntax_sugar import (green_thread_syntax as g,
0 commit comments