mirror of
https://gitlab.com/niansa/libjustlm.git
synced 2025-03-06 20:49:17 +01:00
Added missing co_await
This commit is contained in:
parent
8984e66067
commit
9bda8106b9
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ LM_SCHEDULABLE(bool) LM::InferencePool::store_slot(Slot &slot) {
|
||||||
}
|
}
|
||||||
// Serialize instance
|
// Serialize instance
|
||||||
try {
|
try {
|
||||||
inference->serialize(f);
|
LM_COAWAIT inference->serialize(f);
|
||||||
} catch (...) {
|
} catch (...) {
|
||||||
LM_CORETURN false;
|
LM_CORETURN false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue