Skip to content

Commit 1f0706c

Browse files
committed
Fill out partial comment
1 parent a8875a4 commit 1f0706c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,8 @@ cfg_if! {
279279
// We are back on the old stack and now we have destroy the fiber and its stack
280280
kernel32::DeleteFiber(fiber);
281281

282-
// If the
282+
// If we started out on a non-fiber thread, we converted that thread to a fiber.
283+
// Here we convert back.
283284
if !was_fiber {
284285
kernel32::ConvertFiberToThread();
285286
}

0 commit comments

Comments
 (0)