add sync API characterization tests - #211
Conversation
|
@lxsaah Hi, I'm sorry that it took this long for me to do the work. Been extremely busy with my full-time work. I am waiting for your review, thanks!! |
@harunugurlu, don't worry. Thanks a lot for your contribution! I'll have a look as soon as #208 lands. Meanwhile please ensure the the workflows are running successfully. |
lxsaah
left a comment
There was a problem hiding this comment.
The rest holds up, the mpsc handshake is the right answer to the issue's "no sleep-and-hope" constraint. It also passes unmodified against pre-#208, which makes it evidence the rewrite preserved the blocking semantics. Happy to approve once the two items are in.
Summary
get()wake-up behaviorget_with_timeout()behaviortry_get()behaviorRuntimeShutdownduring detachVerification
cargo fmt --all -- --checkcargo clippy --package aimdb-sync --all-targets -- -D warningscargo test -p aimdb-syncmake checkCloses #198