input/LastInputStream: new class

This commit is contained in:
Max Kellermann
2021-05-18 16:33:16 +02:00
parent 638dfc3981
commit e1e41708af
3 changed files with 132 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ input_api = static_library(
'ThreadInputStream.cxx',
'AsyncInputStream.cxx',
'ProxyInputStream.cxx',
'LastInputStream.cxx',
include_directories: inc,
dependencies: [
boost_dep,