#
io
Here are 582 public repositories matching this topic...
njsmith
commented
May 18, 2020
What should happen if deliver_cancel raises an exception? In the current implementation, the shielded cancel scope will prevent it from propagating until the process exits, which might take a while if the crash occurred before signaling the process in any way. Maybe on exception from a user-specified deliver_cancel we should call the default deliver_cancel to kill the process? Or just kill() since
-
Updated
Jan 5, 2020 - JavaScript
Linux Library for low speed IO Communication in C with bindings for C++, Python, Node.js & Java. Supports generic io platforms, as well as Intel Edison, Intel Joule, Raspberry Pi and many more.
-
Updated
Sep 17, 2020 - C
rust stackful coroutine library
-
Updated
Sep 7, 2020 - Rust
Just like System.Web.Abstractions, but for System.IO. Yay for testable IO access!
-
Updated
Sep 13, 2020 - C#
OCaml promises and concurrent I/O
-
Updated
Sep 14, 2020 - OCaml
Async requests-like httplib for python.
-
Updated
Sep 14, 2020 - Python
io.Reader and io.Writer with progress and remaining time estimation
-
Updated
Aug 25, 2020 - Go
Async-capable IO Monad (including "do" style) for JS, with several companion monads thrown in
-
Updated
Aug 18, 2020 - JavaScript
Python library for reading and writing well data using Log ASCII Standard (LAS) files
data-mining
geophysics
io
data-management
geology
groundwater
petroleum
data-format
geotechnical-engineering
las-files
mineral-exploration
-
Updated
Sep 15, 2020 - Lasso
Set of handy reusable .NET components that can simplify your daily work and save your time when you copy and paste your favorite helper methods and classes from one project to another
list
algorithm
reflection
utilities
string
async
xml
assertions
range
data-structures
codejam
io
collections
threading
discriminated-unions
suffix-tree
-
Updated
Sep 6, 2020 - C#
Binary storage format for deep learning on videos.
-
Updated
Aug 24, 2020 - Python
LightIO is a userland implemented green thread library for ruby
-
Updated
Jul 28, 2020 - Ruby
A C++14 framework for asynchronous I/O, cooperative multitasking and green threads scheduling
cplusplus
coroutines
fibers
async-programming
io
asynchronous-tasks
cplusplus-14
routines
asynchronous-jobs
boson-framework
-
Updated
Feb 1, 2018 - C++
Real asynchronous file operations with asyncio support.
-
Updated
Aug 28, 2020 - Python
Improve this page
Add a description, image, and links to the io topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the io topic, visit your repo's landing page and select "manage topics."


The BSDs let you pass path names longer than
sizeof(s.sun_path), they read past the end whensocklen > sizeof(struct sockaddr_un)up to a limit1. Let's support that.1 I'm 80% sure it's 255 on all BSDs but it certainly is on Darwin and FreeBSD.