Skip to content
This repository was archived by the owner on Nov 16, 2022. It is now read-only.

Latest commit

 

History

History
6 lines (4 loc) · 254 Bytes

Todo.md

File metadata and controls

6 lines (4 loc) · 254 Bytes

Fix Inconsistency

All RPCs are executed concurrently and some inconsistency may occur. Fix them.

  • Task creation and termination may run at the same time, and it will cause undefined behavior. Possible solution: Add a mutex in ITask structure.