23 Jun
2026
23 Jun
'26
5:52 p.m.
On Tuesday, June 23rd, 2026 at 7:48 PM, Ruben Perez <rubenperez038@gmail.com> wrote:
4) Does capy::cond::canceled add anything vs. just using std::errc::operation_canceled?
No, it doesn't. It is there for consistency with our error types that don't have std spellings.
Would it make sense to just use the errc one and remove capy's? Maybe Peter can suggest something here?
We have a convention throughout the project to always compare against error conditions. Making a change like that would make it the oddball.