Skip to content

Commit

Permalink
update unix version kernel code.
Browse files Browse the repository at this point in the history
  • Loading branch information
Barenboim committed Dec 15, 2024
1 parent 59ac643 commit e07188e
Show file tree
Hide file tree
Showing 13 changed files with 404 additions and 208 deletions.
5 changes: 5 additions & 0 deletions src/kernel/CommScheduler.h
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,11 @@ class CommScheduler
return this->comm.increase_handler_thread();
}

int decrease_handler_thread()
{
return this->comm.decrease_handler_thread();
}

private:
Communicator comm;

Expand Down
Loading

0 comments on commit e07188e

Please sign in to comment.