antoyo / relm

Idiomatic, GTK+-based, GUI library, inspired by Elm, written in Rust
MIT License
2.43k stars 78 forks source link

Futures-based API #180

Closed dlight closed 5 years ago

dlight commented 5 years ago

Since relm is asynchronous, are there plans to offer an API based on Future? This would enable it to integrate with the async ecosystem.

The gtk-future-executor crate may be of interest.

antoyo commented 5 years ago

No.