You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kud1ing opened this issue
Oct 10, 2012
· 1 comment
Labels
C-cleanupCategory: PRs that clean code up or issues documenting cleanup.E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
According to the Style guide, trait names should be verbs or verbers.
I have no idea what "unique string" means, nor how it is related to the declared "trim" functions.
Maybe rename it to "Trimmable"?
The text was updated successfully, but these errors were encountered:
Insert FileDescription instead of FileDescriptor in ``insert_fd``
This PR moves the creation of ``FileDescriptor`` inside ``insert_fd``, and ``insert_fd`` now takes in ``FileDescription`` instead of ``FileDescriptor``. This change is needed by rust-lang#3712.
RalfJung
pushed a commit
to RalfJung/rust
that referenced
this issue
Aug 18, 2024
Implement epoll shim
This PR:
- implemented non-blocking ``epoll`` for rust-lang#3448 . The design for this PR is documented in https://hackmd.io/`@tiif/SJatftrH0` .
- renamed FileDescriptor to FileDescriptionRef
- assigned an ID to every file description
C-cleanupCategory: PRs that clean code up or issues documenting cleanup.E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
According to the Style guide, trait names should be verbs or verbers.
I have no idea what "unique string" means, nor how it is related to the declared "trim" functions.
Maybe rename it to "Trimmable"?
The text was updated successfully, but these errors were encountered: