Asynchronous task that has a unique ownership of the payload.
Definition in file task.hpp.
Go to the source code of this file.
#include <userver/engine/task/task_base.hpp>
Classes | |
class | engine::Task |
Asynchronous task that has a unique ownership of the payload. More... | |
Namespaces | |
namespace | engine |
Asynchronous engine primitives. | |
Functions | |
void | engine::DetachUnscopedUnsafe (Task &&task) |
Detaches task, allowing it to continue execution out of scope; memory safety is much better with concurrent::BackgroundTaskStorage. | |