madsim-rs / madsim

Magical Deterministic Simulator for distributed systems in Rust.
Apache License 2.0
662 stars 48 forks source link

feat(rdkafka): unblock fetching functions #209

Closed wangrunji0408 closed 4 months ago

wangrunji0408 commented 4 months ago

Signed-off-by: Runji Wang wangrunji0408@163.com

This PR wraps the following function in tokio::task::spawn_blocking:

released as v0.4.2

cc @BugenZhao @tabVersion please let me know if there are any more functions need to wrap.