SwiftIsland / app

Swift Island app
GNU General Public License v3.0
4 stars 7 forks source link

Cleanup continuations after resume #57

Closed tomlokhorst closed 1 year ago

tomlokhorst commented 1 year ago

Async continuations may only be resumed once. CheckedContinuation crashes when resumed multiple times.

This clears out the continuation, after it has resumed once.

ppeelen commented 1 year ago

Tests will fail unfortunately but I’ll fix that shortly.