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

Implement tmp::socket #140

Draft
wants to merge 9 commits into
base: main
Choose a base branch
from
Draft

Implement tmp::socket #140

wants to merge 9 commits into from

Conversation

bugdea1er
Copy link
Owner

No description provided.

/// @param path A path for the temporary socket
/// @throws std::filesystem::filesystem_error if cannot create a socket
/// @throws std::invalid_argument if the label is ill-formatted
explicit socket(std::filesystem::path path);
Copy link
Owner Author

Choose a reason for hiding this comment

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

Should not be a constructor:

Suggested change
explicit socket(std::filesystem::path path);
static socket at(std::filesystem::path path);

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.

1 participant