Todo: update

This commit is contained in:
2025-10-24 01:11:19 -04:00
parent bede123691
commit 06c5f4503f
+3 -2
View File
@@ -9,5 +9,6 @@
a ref and not by-value. Propagate this upward into
SerializedAsyncContin and into all derived classes'
constructors.
* Try changing the type of LockerAndInvokerBase::serializedContinuationVaddr
to be a ref instead of a pointer.
* In classes like udpCommandDemuxer and possibly other such background tasks,
use a spinlock to ensure that the stop() function doesn't deallocate the
data to be used by the daemon task while the daemon task is executing.