Commit 7130676
committed
Change NopReceiver creating of asyncio.Future to loop.create_future()
Because it is recommended in the python documentation.
This way alternative event loop implementations can inject their
own optimized implementations of a Future object.
Signed-off-by: Elzbieta Kotulska <[email protected]>1 parent c7d8e69 commit 7130676
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
| |||
0 commit comments