databento / databento-rs

The official Rust client library for Databento
https://databento.com
Apache License 2.0
41 stars 2 forks source link

MOD: Document that LiveClient::next_record() is cancel-safe #17

Closed yongqli closed 6 months ago

yongqli commented 6 months ago

Add doc comment that LiveClient::next_record() is cancel-safe.

threecgreen commented 6 months ago

I've added cancel safety sections to the async LiveClient methods in d60e671b6444448cc9bbe07b7111c0d4c3cb8508 and credited you in the changelog