mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-02-11 23:08:38 -06:00
impr: Clean up entire API and added doc comments
This commit is contained in:
@@ -47,7 +47,7 @@ namespace hex {
|
||||
void Task::update(u64 value) {
|
||||
this->m_currValue = value;
|
||||
|
||||
if (this->m_shouldInterrupt)
|
||||
if (this->m_shouldInterrupt) [[unlikely]]
|
||||
throw TaskInterruptor();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user