Concept Flow - Why task notifications are lightweight
Task sends notification
Notification stored in task's own memory
Task checks notification
Notification processed
No extra queue or memory allocation needed
Task continues execution
Task notifications use a small memory area inside each task, avoiding queues or extra memory, making them fast and lightweight.