https://github.com/iolanguage/asyncrequest
https://github.com/iolanguage/asyncrequest
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/iolanguage/asyncrequest
- Owner: IoLanguage
- License: bsd-3-clause
- Created: 2018-03-11T11:48:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-11T09:29:42.000Z (about 8 years ago)
- Last Synced: 2025-01-21T00:48:53.593Z (over 1 year ago)
- Language: C
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AsyncRequest
Used for doing asynchronous file i/o. When this addon is loaded, it will override
the File proto's `readToBufferLength`, `readBufferOfLength` and write methods to
automatically use `AsyncRequests`.
> Note: This addon is only needed for async file requests - all socket ops are already
> asynchronous in Io.
# Installation
```
eerie install https://github.com/IoLanguage/AsyncRequest.git
```