Skip to content

switch renter memory model to support multiple working threads

David Vorick requested to merge atomic-renter-memory into master

Changed the memory model from a model that could only support one thread (the upload thread) to a model that can now support multiple threads (upload thread and download thread).

Merge request reports