$darkmode
Qore FileLocationHandler Module Reference 2.3
FileLocationHandler::ImmediateDataPollOperation Class Reference

This class allows immediate data to be returned for a polling operation. More...

Inherits AbstractPollOperation.

Public Member Functions

 constructor (auto value)
 Creates the object with the value to be returned.
 
*hash< SocketPollInfo > continuePoll ()
 Always returns NOTHING.
 
string getGoal ()
 The goal is always "done".
 
auto getOutput ()
 Returns the value.
 
string getState ()
 The state is always "done".
 
bool goalReached ()
 Always returns True.
 

Protected Attributes

auto value
 The value to return.
 

Detailed Description

This class allows immediate data to be returned for a polling operation.