proxy.golang.org : github.com/agnivade/frodo
Package frodo implements a high-level Go wrapper to perform file read/write operations using liburing. It exposes 2 very simple ReadFile and WriteFile functions which are akin to the ioutil family of functions. These calls just push an entry to the submission queue. To allow the user to control when to submit the queue, a Poll function is provided. The Poll function will submit the queue and wait for all the entries to appear in the completion queue.
Registry
-
Source
- Documentation
- JSON
purl: pkg:golang/github.com/agnivade/frodo
License: MIT
Latest release: almost 5 years ago
First release: almost 5 years ago
Namespace: github.com/agnivade
Last synced: 2 months ago