Commit 414517e
committed
Fix Buffer.mapAsync
Recent optimizations skip waiting for a return value if the Function was
annotated with None as return type. In Buffer.mapAsync we still need to wait
for the mapping to be complete, thus change the return value to some
Dummy class type.1 parent 149fd66 commit 414517e
1 file changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1101 | 1101 | | |
1102 | 1102 | | |
1103 | 1103 | | |
| 1104 | + | |
| 1105 | + | |
| 1106 | + | |
| 1107 | + | |
1104 | 1108 | | |
1105 | | - | |
| 1109 | + | |
| 1110 | + | |
| 1111 | + | |
1106 | 1112 | | |
1107 | 1113 | | |
1108 | 1114 | | |
| |||
0 commit comments