Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

Add context to Client, Executor, & Handler. #139

Merged
merged 1 commit into from Nov 10, 2016
Merged

Add context to Client, Executor, & Handler. #139

merged 1 commit into from Nov 10, 2016

Commits on Nov 10, 2016

  1. Add context to Client, Executor, & Handler.

    This changes the API of the types but does not alter the functionality
    since only the `context.Background()` is currently being used. Adding
    `Context` will help handle fault tolerance in the future by allowing
    timeouts to be propagated across calls to different nodes.
    benbjohnson committed Nov 10, 2016
    Configuration menu
    Copy the full SHA
    5fcea77 View commit details
    Browse the repository at this point in the history