We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5460767 commit 4c2691fCopy full SHA for 4c2691f
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: d1ef29ab37951f740a0fb13b75e3ea7d03432760
+refs/heads/master: 57b43b53f9c673545b25338eefa7f3c620d85aa4
trunk/src/rt/rust_task.cpp
@@ -275,6 +275,7 @@ rust_task::yield(size_t time_in_us) {
275
name, this, time_in_us);
276
277
if (killed && !dead()) {
278
+ // Receive may have blocked before yielding
279
unblock();
280
fail();
281
}
0 commit comments