dabeaz / curio

Good Curio!
Other
4.02k stars 241 forks source link

Make Kernel.run() return coroutine's return value #170

Closed clchiou closed 7 years ago

clchiou commented 7 years ago

Reference specifies that Kernel.run() should "run the coroutine coro to completion and return its final return value."

dabeaz commented 7 years ago

Good catch!