-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: crystal-lang/crystal
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: fcce0c2ec1e6
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: crystal-lang/crystal
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c26fbc9714c7
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 3 commits
- 7 files changed
- 1 contributor
Commits on Aug 30, 2017
-
IO::Syscall is an abstraction over non-blocking IO provided by syscalls. It takes care of checking for EAGAIN and managing the lists of waiting fibers.
Configuration menu - View commit details
-
Copy full SHA for f7ca917 - Browse repository at this point
Copy the full SHA f7ca917View commit details -
Configuration menu - View commit details
-
Copy full SHA for 135915d - Browse repository at this point
Copy the full SHA 135915dView commit details -
Seperate Socket and IO::FileDescriptor
On some platforms - notably windows - socket descriptors are different from file descriptors so it makes no sense for them to be shared under a common hierarchy.
Configuration menu - View commit details
-
Copy full SHA for c26fbc9 - Browse repository at this point
Copy the full SHA c26fbc9View commit details
There are no files selected for viewing