mirror of
https://github.com/kvcache-ai/ktransformers.git
synced 2026-04-28 11:49:51 +00:00
Rename sync method parameters
This commit is contained in:
parent
d7ab3b41b7
commit
4a9b6cd99e
4 changed files with 15 additions and 10 deletions
|
|
@ -25,7 +25,7 @@ class TaskQueue {
|
|||
|
||||
void enqueue(std::function<void()>);
|
||||
|
||||
void sync(size_t n);
|
||||
void sync(size_t allow_n_pending);
|
||||
|
||||
private:
|
||||
struct Node {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue