HapState.addRecord
void addRecord(size_t id, Handler handler) @safeAppend a handler record, copying first when a dispatch is in flight.
Parameters
id | Id assigned to the new record. |
handler | Handler to store. |
void addRecord(size_t id, Handler handler) @safeAppend a handler record, copying first when a dispatch is in flight.
id | Id assigned to the new record. |
handler | Handler to store. |