Commit c267c7c
File tree
7 files changed
+119
-8
lines changedFilter options
- src/Symfony/Component/Messenger
- Event
- Tests
7 files changed
+119
-8
lines changedsrc/Symfony/Component/Messenger/CHANGELOG.md
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/CHANGELOG.md+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
| 8 | + |
| 9 | + |
| 10 | + |
8 | 11 |
|
9 | 12 |
|
10 | 13 |
|
|
src/Symfony/Component/Messenger/Event/WorkerRunningEvent.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Event/WorkerRunningEvent.php+9-1Lines changed: 9 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
| 15 | + |
15 | 16 |
|
16 | 17 |
|
17 | 18 |
|
| ||
22 | 23 |
|
23 | 24 |
|
24 | 25 |
|
| 26 | + |
25 | 27 |
|
26 |
| - |
| 28 | + |
27 | 29 |
|
28 | 30 |
|
29 | 31 |
|
| 32 | + |
30 | 33 |
|
31 | 34 |
|
32 | 35 |
|
| ||
41 | 44 |
|
42 | 45 |
|
43 | 46 |
|
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
44 | 52 |
|
src/Symfony/Component/Messenger/Event/WorkerStartedEvent.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Event/WorkerStartedEvent.php+9-1Lines changed: 9 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
| 15 | + |
15 | 16 |
|
16 | 17 |
|
17 | 18 |
|
| ||
21 | 22 |
|
22 | 23 |
|
23 | 24 |
|
| 25 | + |
24 | 26 |
|
25 |
| - |
| 27 | + |
26 | 28 |
|
27 | 29 |
|
| 30 | + |
28 | 31 |
|
29 | 32 |
|
30 | 33 |
|
31 | 34 |
|
32 | 35 |
|
33 | 36 |
|
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
34 | 42 |
|
src/Symfony/Component/Messenger/Event/WorkerStoppedEvent.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Event/WorkerStoppedEvent.php+9-1Lines changed: 9 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
| 15 | + |
15 | 16 |
|
16 | 17 |
|
17 | 18 |
|
| ||
21 | 22 |
|
22 | 23 |
|
23 | 24 |
|
| 25 | + |
24 | 26 |
|
25 |
| - |
| 27 | + |
26 | 28 |
|
27 | 29 |
|
| 30 | + |
28 | 31 |
|
29 | 32 |
|
30 | 33 |
|
31 | 34 |
|
32 | 35 |
|
33 | 36 |
|
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
34 | 42 |
|
src/Symfony/Component/Messenger/Tests/WorkerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Tests/WorkerTest.php+36Lines changed: 36 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
167 | 167 |
|
168 | 168 |
|
169 | 169 |
|
| 170 | + |
| 171 | + |
| 172 | + |
| 173 | + |
| 174 | + |
| 175 | + |
| 176 | + |
| 177 | + |
| 178 | + |
| 179 | + |
| 180 | + |
| 181 | + |
| 182 | + |
| 183 | + |
| 184 | + |
| 185 | + |
| 186 | + |
| 187 | + |
| 188 | + |
| 189 | + |
| 190 | + |
| 191 | + |
| 192 | + |
| 193 | + |
| 194 | + |
| 195 | + |
| 196 | + |
| 197 | + |
170 | 198 |
|
171 | 199 |
|
172 | 200 |
|
| ||
359 | 387 |
|
360 | 388 |
|
361 | 389 |
|
| 390 | + |
| 391 | + |
| 392 | + |
| 393 | + |
| 394 | + |
| 395 | + |
| 396 | + |
| 397 | + |
src/Symfony/Component/Messenger/Worker.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Worker.php+10-5Lines changed: 10 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
63 | 63 |
|
64 | 64 |
|
65 | 65 |
|
66 |
| - |
67 |
| - |
68 | 66 |
|
69 | 67 |
|
70 | 68 |
|
71 | 69 |
|
72 | 70 |
|
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
73 | 78 |
|
74 | 79 |
|
75 | 80 |
|
| ||
92 | 97 |
|
93 | 98 |
|
94 | 99 |
|
95 |
| - |
| 100 | + |
96 | 101 |
|
97 | 102 |
|
98 | 103 |
|
| ||
108 | 113 |
|
109 | 114 |
|
110 | 115 |
|
111 |
| - |
| 116 | + |
112 | 117 |
|
113 | 118 |
|
114 | 119 |
|
115 | 120 |
|
116 | 121 |
|
117 |
| - |
| 122 | + |
118 | 123 |
|
119 | 124 |
|
120 | 125 |
|
|
src/Symfony/Component/Messenger/WorkerMetadata.php
Copy file name to clipboard+43Lines changed: 43 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
0 commit comments