Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Threadsafe ENV interaction #9

Merged
merged 1 commit into from
Nov 19, 2014
Merged

Conversation

joshuaclayton
Copy link
Contributor

Closes #6

@joshuaclayton joshuaclayton force-pushed the threadsafe-env-interaction branch 2 times, most recently from 3e3710d to cd9f132 Compare November 19, 2014 14:23

module ClimateControl
class Environment
def initialize(env = ENV)
Copy link
Contributor

Choose a reason for hiding this comment

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

Do you need this default argument? It looks like it's only used in one place.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Nope - addressed in 0e6dfcc

@joshuaclayton joshuaclayton force-pushed the threadsafe-env-interaction branch from ba3731d to 8749382 Compare November 19, 2014 16:27
@joshuaclayton joshuaclayton merged commit 8749382 into master Nov 19, 2014
@joshuaclayton joshuaclayton deleted the threadsafe-env-interaction branch November 19, 2014 16:27
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.

Multithreading problem
2 participants