Commit 6ca6d5a
refactor(Timer): refactor prevent stuck thread (#5908)
* Revert "feat(Timer): remove Task.Run support wpf (#5896)"
This reverts commit eadd595.
* Reapply "feat(Timer): remove Task.Run support wpf (#5896)"
This reverts commit d93de98.
* refactor: 优化性能
* chore: bump version 9.5.11-beta06
Co-Authored-By: wengy <8192504+wengy@users.noreply.github.com>
* test: 更新单元测试
* test: 增加单元测试
---------
Co-authored-by: wengy <8192504+wengy@users.noreply.github.com>1 parent 2fde567 commit 6ca6d5a
3 files changed
Lines changed: 13 additions & 29 deletions
File tree
- src/BootstrapBlazor
- Components/Timer
- test/UnitTest/Components
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
47 | | - | |
48 | 46 | | |
49 | 47 | | |
50 | 48 | | |
| |||
185 | 183 | | |
186 | 184 | | |
187 | 185 | | |
188 | | - | |
| 186 | + | |
189 | 187 | | |
190 | 188 | | |
191 | 189 | | |
192 | 190 | | |
193 | | - | |
194 | | - | |
195 | | - | |
196 | | - | |
197 | | - | |
198 | | - | |
199 | | - | |
200 | | - | |
201 | | - | |
202 | | - | |
203 | | - | |
204 | | - | |
205 | | - | |
206 | 191 | | |
207 | | - | |
208 | | - | |
209 | | - | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
210 | 201 | | |
| 202 | + | |
211 | 203 | | |
212 | 204 | | |
213 | 205 | | |
| |||
229 | 221 | | |
230 | 222 | | |
231 | 223 | | |
232 | | - | |
233 | | - | |
234 | | - | |
235 | | - | |
236 | | - | |
237 | | - | |
238 | | - | |
239 | | - | |
240 | 224 | | |
241 | 225 | | |
242 | 226 | | |
| |||
262 | 246 | | |
263 | 247 | | |
264 | 248 | | |
265 | | - | |
266 | 249 | | |
267 | 250 | | |
268 | 251 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
| 141 | + | |
141 | 142 | | |
142 | 143 | | |
143 | 144 | | |
| |||
0 commit comments