From 9c74fffd381b5b9143de3817bf2f1740057b459b Mon Sep 17 00:00:00 2001 From: Sean McBride Date: Mon, 20 Jul 2020 21:41:00 -0400 Subject: [PATCH] docs: remove FIXME --- runtime/src/worker_thread.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/runtime/src/worker_thread.c b/runtime/src/worker_thread.c index a22b215..82e01d0 100644 --- a/runtime/src/worker_thread.c +++ b/runtime/src/worker_thread.c @@ -133,9 +133,6 @@ done: /** * Mark the currently executing sandbox as blocked, remove it from the local runqueue, * and pull the sandbox at the head of the runqueue - * - * FIXME: What happens if there are preempted or woken (but not running) sandboxes? When we block, when and how do we - * run them? Is this the runqueue appropriately checked, and runnable sandboxes executed? */ void worker_thread_block_current_sandbox(void)