You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
p.s Kotlin 對應 swift Combine 的功能,應該是 Kotlin Flow ,但不太熟待研究
import Foundation
protocolWebsocketProtocol{
// swift 還不太熟,看 documentation 應該是回傳 [Publisher](https://developer.apple.com/documentation/combine/publisher)
}
3. 服務器狀態
import Foundation
/// 服務器狀態
protocolServiceProtocol{}
Initiative / goal
Defining the Fugle Real-Time SDK Interface
Description
命名可能還要再調整一下,希望能讓外部人使用上,一眼就懂 🤔
實作練習
FinanceProtocol
TODO
1. 討論 FinanceProtocol
1.1. 實作 FinanceProtocol
2. 討論 WebsocketProtocol
2.1. 實作 WebsocketProtocol
3. 討論 ServiceProtocol
3.1. 實作 ServiceProtocol
4. 討論 Donate link
4.1 setup Donate link
2. 討論 WebsocketProtocol
使用 Combine 來處理
p.s Kotlin 對應 swift Combine 的功能,應該是 Kotlin Flow ,但不太熟待研究
3. 服務器狀態
參考資料
mxcl/PromiseKit現在很少用fyi @dan12411
The text was updated successfully, but these errors were encountered: