uring

package
v0.0.0-...-8b65fed Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 20, 2025 License: GPL-3.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FS

type FS struct {
	// contains filtered or unexported fields
}

func NewFS

func NewFS(ur *iouring.IOURing) *FS

func (*FS) OpenFile

func (o *FS) OpenFile(ctx context.Context, name string) (File, error)

type File

type File struct {
	// contains filtered or unexported fields
}

func NewFile

func NewFile(ur *iouring.IOURing, f *os.File) *File

func (*File) Close

func (o *File) Close(ctx context.Context) error

func (*File) ReadAt

func (f *File) ReadAt(ctx context.Context, b []byte, off int64) (n int, err error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL