Closed acfoltzer closed 3 years ago
(And also: the closure capture rules are very subtle; sorry about the troubles with the original version!)
No worries at all. This is definitely not the first time this has happened where we only realize something's not Send
when we try to integrate downstream.
Also adds a test to ensure that both
run_async()
andrun_async_start()
implSend
.