Commit 7fadaf3
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 fa8b9e4 commit 7fadaf3
1 file changed
Lines changed: 8 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1878 | 1878 | | |
1879 | 1879 | | |
1880 | 1880 | | |
1881 | | - | |
1882 | | - | |
1883 | | - | |
1884 | | - | |
1885 | | - | |
1886 | | - | |
1887 | | - | |
| 1881 | + | |
| 1882 | + | |
| 1883 | + | |
| 1884 | + | |
| 1885 | + | |
1888 | 1886 | | |
1889 | 1887 | | |
1890 | 1888 | | |
| |||
1904 | 1902 | | |
1905 | 1903 | | |
1906 | 1904 | | |
1907 | | - | |
| 1905 | + | |
1908 | 1906 | | |
1909 | 1907 | | |
1910 | 1908 | | |
| |||
2119 | 2117 | | |
2120 | 2118 | | |
2121 | 2119 | | |
2122 | | - | |
| 2120 | + | |
2123 | 2121 | | |
2124 | 2122 | | |
2125 | 2123 | | |
2126 | | - | |
| 2124 | + | |
2127 | 2125 | | |
2128 | 2126 | | |
2129 | 2127 | | |
| |||
0 commit comments