My crate contain some functions with async implementation
For example, this one implement Gio::InputStream::read_bytes_async. In fact, this function sync, where async is backend only, but I can't get the result from callback anyway (for test assertion)
Seems, I cant test it with tokio as development dependency, but not sure that's correct.
Maybe some native / std features available for examples above?
Thanks