Skip to content

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.