Files
openethereum/parity
Kirill Pimenov 86c2633280 Migrate to Futures in SigningQueue (#6689)
* oneshot channels instead of custom promises

* Future instead of handle_dispatch

* Even less copying

* Those explicit waits were a mistake, thanks, @tomusdrw

* No more unsafe polling

* Test for the new `is_done()` method

* Mark Futures as `#[must_use]`

* Solve most compilation warnings

* `try_ready!` is more ideomatic

* Turn spaces into tabs

* Documentation and visibility improvements

* Minor code style improvements

* Make Futures run on an explisit reactor

* Another round of code style issues

* Simplify ConfirmationReceiver type

* Flatten ConfirmationOutcome into a plain Result type

* Get rid of a separate `pending` set, it was a stupid idea

* Clarify `add_request` docs

* No need to reduce the scope of the mutex here
2017-10-17 14:50:53 +02:00
..
2017-05-02 11:40:03 +02:00
2017-09-04 16:36:49 +02:00
2017-04-03 10:27:37 +02:00
2017-10-16 18:19:41 +02:00
2017-10-16 18:18:43 +02:00
2017-02-09 19:07:06 -05:00
2017-10-16 18:18:43 +02:00
2017-08-31 11:35:41 +02:00
2017-01-25 18:51:41 +01:00
2017-01-25 18:51:41 +01:00