From cff0f9b6e855da5b5e17d9dbc46957cc8ff25a39 Mon Sep 17 00:00:00 2001 From: Scott Richmond Date: Mon, 22 May 2023 17:00:10 -0400 Subject: [PATCH] Add some todo notes --- TODO.xit | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 TODO.xit diff --git a/TODO.xit b/TODO.xit new file mode 100644 index 0000000..85b82bc --- /dev/null +++ b/TODO.xit @@ -0,0 +1,4 @@ +[ ] Wire up interpreter for spawn and receive +[ ] Write send function +[ ] ---- Investigate weird timing issue in current send implementation +[ ] Investigate with-bindings and virtual threads