mFrame
載入中...
搜尋中...
無符合項目
ufm::util 命名空間(Namespace)參考文件

複合項目

class  Application
 應用程式管理器 管理所有應用程式實例的生命週期,包括創建、初始化、執行、停止、銷毀。 以 PArraySet 儲存並管理。 更多...
 
class  ApplicationHandle
 Application Handler 類別,負責管理應用程式的生命週期狀態與資源使用率。 更多...
 
struct  Array
 [Interface] 通用陣列介面 更多...
 
class  ArrayQueue
 指標陣列佇列類別 更多...
 
class  Base64
 Base64 編碼/解碼實用類 更多...
 
struct  Collection
 [Interface] 集合介面 更多...
 
class  CompletionWaiter
 完成等待器類別 更多...
 
class  Console
 終端機輸入解析器 更多...
 
struct  Container
 [Interface] 集合容器介面 此介面定義了集合容器的基本操作。集合容器用於存儲一組元素, 提供了對這些元素的訪問和操作方法。 更多...
 
class  ElapsedTimer
 
struct  Future
 [Interface] 非同步操作結果介面 更多...
 
class  Iterator
 [Class] 迭代器介面 更多...
 
class  LineReader
 行資料讀取器,提供從緩衝區解析字串、數值、布林等多種型態的資料。 更多...
 
class  Logger
 
struct  Map
 Map模板類別 更多...
 
class  PArray
 指標陣列類別 更多...
 
class  PArraySet
 PArraySet 類別 更多...
 
class  PFuture
 可處理 Future 的類別 更多...
 
struct  Pool
 [Interface] 記憶體池介面 更多...
 
struct  Queue
 [Interface] 佇列介面 更多...
 
class  Scanner
 高階緩衝區資料解析器,支援多型態資料讀取、標記、插入與迭代。 更多...
 
struct  Set
 [Interface] 集合介面 更多...
 
struct  Updater
 [Interface] 更新器介面 更多...
 

列舉型態

enum struct  FutureStatus : uint8 { IDLE = 0 , WAIT = 1 , DONE_COMPLETED = 2 , DONE_FAILED = 3 }
 

詳細描述

Copyright (c) 2020 ZxyKira All rights reserved.

SPDX-License-Identifier: MIT

列舉型態說明文件

◆ FutureStatus

enum struct ufm::util::FutureStatus : uint8
strong
列舉值
IDLE 

閒置狀態,表示未開始執行

WAIT 

等待狀態,表示操作正在執行中

DONE_COMPLETED 

完成狀態,表示操作已成功完成

DONE_FAILED 

失敗狀態,表示操作執行失敗