aatxe / irc

the irc crate – usable, async IRC for Rust
Mozilla Public License 2.0
533 stars 99 forks source link

Mark Future in PackedIrcClient as Send + 'static #175

Closed udoprog closed 5 years ago

udoprog commented 5 years ago

This makes it feasible to use with Tokio Runtime.

aatxe commented 5 years ago

Thanks, looks good to me!