Closed allexoll closed 3 years ago
this addresses #179 where there could be a timing where the TC clear could be done after the read, missing it. would cause deadlock sometimes if flush is used with nb::block because the exit condition would be missed.
nb::block
remarks welcome
this addresses #179 where there could be a timing where the TC clear could be done after the read, missing it. would cause deadlock sometimes if flush is used with
nb::block
because the exit condition would be missed.remarks welcome