Hi, not sure if this is the right way for this but looking to use this crate and wanted to know if it was safe to use future-rs channels in a thread-safe manner. I did some search around the code but could not ascertain if the channel crate can safely be used across threads or sent into another thread.
Hi, not sure if this is the right way for this but looking to use this crate and wanted to know if it was safe to use future-rs channels in a thread-safe manner. I did some search around the code but could not ascertain if the channel crate can safely be used across threads or sent into another thread.