|
e->continuation->setThreadAffinity(e->ethread); |
Since the same continuation can be scheduled multiple times from different threads, shouldn't the event processor treat it as const? Unless the continuation has a mutex, and changes to the continuation happen while the mutex is locked?