diff options
author | Thiago de Arruda <tpadilha84@gmail.com> | 2014-04-15 10:19:42 -0300 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-04-16 09:56:45 -0300 |
commit | 001d05541b8f494b895553468be97ae509e425c6 (patch) | |
tree | 9069da6085b0d36bd7b7d288793304f186886d05 /clint-files.txt | |
parent | b405a64133e145fcf2351eda48917ba08ba44e4e (diff) | |
download | rneovim-001d05541b8f494b895553468be97ae509e425c6.tar.gz rneovim-001d05541b8f494b895553468be97ae509e425c6.tar.bz2 rneovim-001d05541b8f494b895553468be97ae509e425c6.zip |
Extract reading boilerplate into rstream.c module
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.
Diffstat (limited to 'clint-files.txt')
-rw-r--r-- | clint-files.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/clint-files.txt b/clint-files.txt index 8304059bc5..68c2358f85 100644 --- a/clint-files.txt +++ b/clint-files.txt @@ -6,6 +6,9 @@ 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 |