Affected by GO-2022-0306
and 1 other vulnerabilities
GO-2022-0306: Use of a Broken or Risky Cryptographic Algorithm in Max Mazurov Maddy in github.com/foxcpp/maddy
GO-2022-0374: S3 storage write is not aborted on errors leading to unbounded memory usage in github.com/foxcpp/maddy
package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Feb 22, 2020
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
The Future object implements a container for (value, error) pair that "will
be populated later" and allows multiple users to wait for it to be set.
It should not be copied after first use.
Set sets the Future (value, error) pair. All currently blocked and future
Get calls will return it.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.