mirror of
https://github.com/NixOS/nix.git
synced 2025-11-21 09:49:36 +01:00
parent
bd79c1f6f6
commit
3a022d4599
2 changed files with 4 additions and 0 deletions
|
|
@ -91,6 +91,8 @@ class Store;
|
|||
|
||||
struct Downloader
|
||||
{
|
||||
virtual ~Downloader() { }
|
||||
|
||||
/* Enqueue a download request, returning a future to the result of
|
||||
the download. The future may throw a DownloadError
|
||||
exception. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue