mirror of
https://github.com/neovim/neovim.git
synced 2024-12-21 03:35:02 -07:00
001d05541b
The `RStream` class hides the differences between files and other types of streams with a simpler, general-purpose API for performing non-blocking reads with libuv. Most of the code was adapted from input.c.
23 lines
334 B
Plaintext
23 lines
334 B
Plaintext
src/indent.c
|
|
src/indent.h
|
|
src/os/env.c
|
|
src/os/event.c
|
|
src/os/event_defs.h
|
|
src/os/event.h
|
|
src/os/input.c
|
|
src/os/input.h
|
|
src/os/rstream.c
|
|
src/os/rstream_defs.h
|
|
src/os/rstream.h
|
|
src/os/job.c
|
|
src/os/job_defs.h
|
|
src/os/job.h
|
|
src/os/mem.c
|
|
src/os/os.h
|
|
src/os/shell.c
|
|
src/os/shell.h
|
|
src/os/signal.c
|
|
src/os/signal.h
|
|
src/os/time.c
|
|
src/os/time.h
|