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

[leo_storage]proc_lib:start_link must be used instead of erlang:spawn #292

Closed
mocchira opened this issue Jan 16, 2015 · 0 comments
Closed
Assignees
Milestone

Comments

@mocchira
Copy link
Member

ex.)
https://github.com/leo-project/leo_storage/blob/develop/src/leo_storage_replicator.erl#L78

In the above case,
Since LeoFS have to wait a spawned process to be initialized and can be ready to receive messages,
proc_lib:start_link must be used instead of erlang:spawn.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant