Skip to content

Commit 4c2691f

Browse files
committed
---
yaml --- r: 6398 b: refs/heads/master c: 57b43b5 h: refs/heads/master v: v3
1 parent 5460767 commit 4c2691f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

[refs]

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: d1ef29ab37951f740a0fb13b75e3ea7d03432760
2+
refs/heads/master: 57b43b53f9c673545b25338eefa7f3c620d85aa4

trunk/src/rt/rust_task.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,7 @@ rust_task::yield(size_t time_in_us) {
275275
name, this, time_in_us);
276276

277277
if (killed && !dead()) {
278+
// Receive may have blocked before yielding
278279
unblock();
279280
fail();
280281
}

0 commit comments

Comments
 (0)