From 4a1bcb1516751f34bf2280675418b03ec971a6b5 Mon Sep 17 00:00:00 2001 From: Hayodea Hekol Date: Tue, 4 Nov 2025 00:32:39 -0400 Subject: [PATCH] TODO: update --- todo | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/todo b/todo index 756ce84..6c7aefd 100644 --- a/todo +++ b/todo @@ -37,3 +37,7 @@ timeout to complete. * StimulusBuffer should take a sh_ptr and not a DeviceAttachmentSpec&. +* UdpCommandDemuxer::registerUdpCommandHandler should accept a pointer + to the io_context of the thread it should post its callbacks to, and + then post callbacks to those io_contexts when UDP cmd responses + come in.