SER processes will go through the as_table, doing if(valid && memcmp(name,his_name,name_len)==0), when one matches, they will put the as pointer inside the event that should process that event. More...
#include <seas.h>

If eventually the as becomes unavailable, the dispatcher will set valid=false, which should be atomic operation. This way, we prevent having to put a mutex on the array, which would make it slower , as only one process could be accessing it at a time.
Definition at line 133 of file seas.h.
1.7.1