doc: Related TODO to GitHub issue

main
Sean McBride 4 years ago
parent e798474982
commit d3a418f6fb

@ -22,6 +22,7 @@ sandbox_exit(struct sandbox *exiting_sandbox)
* We draw a distinction between RETURNED and COMPLETED because a sandbox cannot add itself to the * We draw a distinction between RETURNED and COMPLETED because a sandbox cannot add itself to the
* completion queue * completion queue
* TODO: I think this executes when running inside the sandbox, as it hasn't yet yielded * TODO: I think this executes when running inside the sandbox, as it hasn't yet yielded
* See Issue #224 at https://github.com/gwsystems/sledge-serverless-framework/issues/224
*/ */
sandbox_set_as_complete(exiting_sandbox, SANDBOX_RETURNED); sandbox_set_as_complete(exiting_sandbox, SANDBOX_RETURNED);
break; break;

Loading…
Cancel
Save