skade / lazers

A couchdb client in Rust
http://laze.rs
Mozilla Public License 2.0
17 stars 3 forks source link

Investigate move to Futures #5

Closed skade closed 8 years ago

skade commented 8 years ago

Currently, lazers-traits is based on returning Results, which are inherently synchronous.

We should consider a move to futures, as the communicate possibly async actions.

skade commented 8 years ago

See #11

skade commented 8 years ago

Closed by #11