7#ifndef MFRAME_029349A4_F909_41C7_AC18_0DE3B02FAB01
8#define MFRAME_029349A4_F909_41C7_AC18_0DE3B02FAB01
17#include "./../io/CompletionHandler.h"
18#include "./../lang/Appendable.h"
19#include "./../util/Future.h"
80 if (future.
isBusy())
return false;
83 if (this->
read(appendable,
nullptr, &future))
return true;
[Interface] 非同步操作完成事件處理器模板介面
Definition CompletionHandler.h:42
virtual void failed(void *attachment) override
當非同步操作失敗時呼叫
資料附加介面 (Appendable)
Definition Appendable.h:43
[Interface] 非同步操作結果介面
Definition Future.h:43
virtual bool setWait(void) override
設置為等待狀態
bool isBusy(void)
檢查操作是否處於忙碌(等待)狀態
Definition Future.h:157