Closed DaoWen closed 7 years ago
Move the deadlock proof-of-concept into our C test suite. Also swap its local FINISH macro definition with the HCLIB_FINISH now provided by the library.
FINISH
HCLIB_FINISH
This looks good. It does raise the question: do we rip out the non-fiber code path now? (either way, the test is good to have). Any opinions?
Move the deadlock proof-of-concept into our C test suite. Also swap its local
FINISH
macro definition with theHCLIB_FINISH
now provided by the library.