We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4e7590 commit 3b7065eCopy full SHA for 3b7065e
README.md
@@ -27,6 +27,10 @@ It is intended that the crate should be usable from multiple threads.
27
However, this is generally implemented using singletons, which may be really
28
annoying for your use-case.
29
30
+The current way the singleton is managed is awful, and it's not been fixed
31
+while I've been learning about the problems. A major version bump, and a
32
+proper singleton, may resolve some of the issues. This needs to be done eventually.
33
+
34
`apt` does not have a concurrency model: you may not use threads.
35
36
Since `apt` 1.4 or 1.5 (in Debian Stretch (2017), but not in Xenial 16.04),
0 commit comments