Commit Graph

1 Commits

Author SHA1 Message Date
Jun Li 9a06248432
Rename file and add some comment/changes (#6587)
1. rename semphone to semaphore
2. add comment for tsched.h
3. change the function signature for taosSchedulerTask, changing from
return int to void. We currently don't check any return code of the function.
4. add some error handlings. For fatal error, just exit the process because
the program may run into a random state.
2021-06-27 21:13:33 +08:00