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

Conversation

benbjohnson
Copy link
Contributor

Overview

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.

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.
@tgruben tgruben merged commit 6bd8469 into FeatureBaseDB:master Nov 10, 2016
tgruben pushed a commit to tgruben/pilosa that referenced this pull request Sep 4, 2019
…e-fields

Supports roaring imports for time fields
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants