Seastar
High performance C++ framework for concurrent servers
Classes | Public Member Functions | List of all members
seastar::io_intent Class Reference

Public Member Functions

 io_intent (const io_intent &)=delete
 
io_intentoperator= (const io_intent &)=delete
 
io_intentoperator= (io_intent &&)=delete
 
 io_intent (io_intent &&o) noexcept
 
void cancel () noexcept
 

Member Function Documentation

◆ cancel()

void seastar::io_intent::cancel ( )
inlinenoexcept

Explicitly cancels all the requests attached to this intent so far. The respective futures are resolved into the cancelled_error


The documentation for this class was generated from the following file: