wabbajack/Wabbajack.Common.CSP
Timothy Baldridge 133fa2febd
Async VFS Implementation (#171)
* New VFS implementation can load/save/analyze files. All in a immutable, lock free (mostly) async parallel manner.

* VFS indexing is complete

* Can stage files

* Can extract VirtualFiles into PortableFiles and create contexts from PortableFiles

* Code cleanup
2019-11-14 15:22:53 -07:00
..
Properties Make BSA Routines async (#168) 2019-11-11 21:35:07 -07:00
AChannel.cs Make BSA Routines async (#168) 2019-11-11 21:35:07 -07:00
AsyncResult.cs Break the Channel interface into Read/Write/Close ports (#169) 2019-11-11 22:14:04 -07:00
Channel.cs Make BSA Routines async (#168) 2019-11-11 21:35:07 -07:00
CSP Readme.md Make BSA Routines async (#168) 2019-11-11 21:35:07 -07:00
EnumeratorBuffer.cs Make BSA Routines async (#168) 2019-11-11 21:35:07 -07:00
Extensions.cs Break the Channel interface into Read/Write/Close ports (#169) 2019-11-11 22:14:04 -07:00
FixedSizeBuffer.cs Make BSA Routines async (#168) 2019-11-11 21:35:07 -07:00
Handler.cs Make BSA Routines async (#168) 2019-11-11 21:35:07 -07:00
IBuffer.cs Make BSA Routines async (#168) 2019-11-11 21:35:07 -07:00
IChannel.cs Break the Channel interface into Read/Write/Close ports (#169) 2019-11-11 22:14:04 -07:00
ICloseable.cs Break the Channel interface into Read/Write/Close ports (#169) 2019-11-11 22:14:04 -07:00
IReadPort.cs Break the Channel interface into Read/Write/Close ports (#169) 2019-11-11 22:14:04 -07:00
IWritePort.cs Break the Channel interface into Read/Write/Close ports (#169) 2019-11-11 22:14:04 -07:00
ManyToManyChannel.cs Async VFS Implementation (#171) 2019-11-14 15:22:53 -07:00
packages.config Make BSA Routines async (#168) 2019-11-11 21:35:07 -07:00
PIpelines.cs Async VFS Implementation (#171) 2019-11-14 15:22:53 -07:00
PutTaskHandler.cs Make BSA Routines async (#168) 2019-11-11 21:35:07 -07:00
RingBuffer.cs Async VFS Implementation (#171) 2019-11-14 15:22:53 -07:00
RxBuffer.cs Make BSA Routines async (#168) 2019-11-11 21:35:07 -07:00
TakeTaskHandler.cs Make BSA Routines async (#168) 2019-11-11 21:35:07 -07:00
Wabbajack.Common.CSP.csproj Make File Extractor async 2019-11-11 22:33:32 -07:00