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

Tracking Issue for unix_fifo #139324

Open
4 tasks
NobodyXu opened this issue Apr 3, 2025 · 0 comments
Open
4 tasks

Tracking Issue for unix_fifo #139324

NobodyXu opened this issue Apr 3, 2025 · 0 comments
Labels
C-tracking-issue Category: An issue tracking the progress of sth. like the implementation of an RFC

Comments

@NobodyXu
Copy link
Contributor

NobodyXu commented Apr 3, 2025

This is a tracking issue for the stdlib API unix_fifo (rust-lang/libs-team#416).
The feature gate for the issue is #![feature(unix_fifo)].

// std::os::unix::fs
pub fn mkfifo<P: AsRef<Path>>(path: P, permissions: Permissions) -> io::Result<()>;

About tracking issues

Tracking issues are used to record the overall progress of implementation.
They are also used as hubs connecting to other relevant issues, e.g., bugs or open design questions.
A tracking issue is however not meant for large scale discussion, questions, or bug reports about a feature.
Instead, open a dedicated issue for the specific matter and add the relevant feature gate label.
Discussion comments will get marked as off-topic or deleted.
Repeated discussions on the tracking issue may lead to the tracking issue getting locked.

Steps

Implementation history

@NobodyXu NobodyXu added the C-tracking-issue Category: An issue tracking the progress of sth. like the implementation of an RFC label Apr 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-tracking-issue Category: An issue tracking the progress of sth. like the implementation of an RFC
Projects
None yet
Development

No branches or pull requests

1 participant