Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upIntegrate with futures-rs #11
Conversation
brunocodutra
added some commits
Jan 15, 2019
This comment has been minimized.
This comment has been minimized.
codecov
bot
commented
Jan 16, 2019
•
Codecov Report
@@ Coverage Diff @@
## master #11 +/- ##
=========================================
Coverage ? 95.62%
=========================================
Files ? 18
Lines ? 274
Branches ? 0
=========================================
Hits ? 262
Misses ? 12
Partials ? 0
Continue to review full report at Codecov.
|
This comment has been minimized.
This comment has been minimized.
|
Tarpaulin seems to be segfaulting on thread related unit tests - xd009642/tarpaulin#190 |
brunocodutra
referenced this pull request
Jan 17, 2019
Open
Instrumentation address clash errors and segfaults #190
brunocodutra
force-pushed the
async
branch
3 times, most recently
from
8029b63
to
a2c2a80
Jan 17, 2019
brunocodutra
changed the title
[WIP] Integrate with futures-rs
Integrate with futures-rs
Jan 20, 2019
brunocodutra
added some commits
Jan 15, 2019
brunocodutra
force-pushed the
async
branch
from
a2c2a80
to
6ac8b6c
Jan 20, 2019
brunocodutra
merged commit df7a34f
into
master
Jan 23, 2019
brunocodutra
deleted the
async
branch
Jan 26, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
brunocodutra commentedJan 15, 2019
The goal of this PR is to make it convenient to asynchronously dispatch actions against a store that is running on a background thread[pool]: