Commit fea3cc0
committed
netsync: Rename event handler to stall handler.
This renames the event handler goroutine to stallHandler to more
accurately reflect its only remaining purpose after all of the recent
changes to move everything else out of the event handler.
This is a part of the overall effort to convert the code related to
handling the various sync manager events to synchronous code that runs
in the various caller goroutines.1 parent cd4b69d commit fea3cc0
1 file changed
+8
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1990 | 1990 | | |
1991 | 1991 | | |
1992 | 1992 | | |
1993 | | - | |
1994 | | - | |
1995 | | - | |
1996 | | - | |
1997 | | - | |
1998 | | - | |
1999 | | - | |
| 1993 | + | |
| 1994 | + | |
| 1995 | + | |
| 1996 | + | |
| 1997 | + | |
2000 | 1998 | | |
2001 | 1999 | | |
2002 | 2000 | | |
| |||
2016 | 2014 | | |
2017 | 2015 | | |
2018 | 2016 | | |
2019 | | - | |
| 2017 | + | |
2020 | 2018 | | |
2021 | 2019 | | |
2022 | 2020 | | |
| |||
2231 | 2229 | | |
2232 | 2230 | | |
2233 | 2231 | | |
2234 | | - | |
| 2232 | + | |
2235 | 2233 | | |
2236 | 2234 | | |
2237 | 2235 | | |
2238 | | - | |
| 2236 | + | |
2239 | 2237 | | |
2240 | 2238 | | |
2241 | 2239 | | |
| |||
0 commit comments