File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -52,11 +52,6 @@ fn cf_run_loop() {
52
52
}
53
53
. detach ( ) ;
54
54
loop {
55
- self . runtime . run ( ) ;
56
- if let Some ( result) = result. take ( ) {
57
- break result;
58
- }
59
-
60
55
self . runtime . poll_with ( Some ( Duration :: ZERO ) ) ;
61
56
62
57
self . runtime . run ( ) ;
@@ -139,11 +134,6 @@ fn message_queue() {
139
134
}
140
135
. detach ( ) ;
141
136
loop {
142
- self . runtime . run ( ) ;
143
- if let Some ( result) = result. take ( ) {
144
- break result;
145
- }
146
-
147
137
self . runtime . poll_with ( Some ( Duration :: ZERO ) ) ;
148
138
149
139
self . runtime . run ( ) ;
@@ -242,11 +232,6 @@ fn glib_context() {
242
232
}
243
233
. detach ( ) ;
244
234
loop {
245
- self . runtime . run ( ) ;
246
- if let Some ( result) = result. take ( ) {
247
- break result;
248
- }
249
-
250
235
self . runtime . poll_with ( Some ( Duration :: ZERO ) ) ;
251
236
252
237
self . runtime . run ( ) ;
You can’t perform that action at this time.
0 commit comments