Skip to content

Conversation

@devreal
Copy link
Member

@devreal devreal commented Apr 18, 2017

  1. Use blocking get to retrieve the value.
  2. Use non-blocking put to write values.
  3. Cache values from get and put.
  4. Add flush method to synchronize cached and global value.

Note that a non-blocking get does not make sense but a non-blocking put is perfectly fine. The result of the blocking get will be cached and another get will only be issued after a flush

Fixes #357.

@devreal devreal added this to the dash-0.3.0 milestone Apr 18, 2017
@devreal devreal self-assigned this Apr 18, 2017
@devreal devreal requested review from fmoessbauer and fuchsto April 18, 2017 09:27
Copy link
Member

@fuchsto fuchsto left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@fuchsto fuchsto merged commit 2cb0c97 into development Apr 18, 2017
@devreal devreal mentioned this pull request Oct 13, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants