dabeaz / curio

Good Curio!
Other
4.01k stars 240 forks source link

Fixes InvalidStateError when set() is called multiple times on a UniversalEvent #351

Closed stharding closed 2 years ago

stharding commented 2 years ago

Check if UniversalEvent._fut is set and return early if already set to prevent InvalidStateError from the Future object

stharding commented 2 years ago

Fixes #350