🍎
ios.dev
Ctrlk
ios.dev
  • 🍎ios.dev
  • ⭐features
  • 👔custom
  • 🐦Swift
    • 🎲math functions
    • 🔰scope
      • 🔸global scope
      • 🔸local scope
      • 🔸module
      • 🔹import
      • 🔸framework
        • 🧩built-in frameworks
          • 🧩Foundation
          • 🧩Core Graphics
          • 🧩SpriteKit
          • 🧩Combine
            • 🅿️Publisher
              • 🐶Future
              • 📦URLSession.DataTaskPublisher
            • ⚙️ Promise
            • 🔸Result
            • ⏰Timer
          • 🧩AVFoundation
          • 🧩Swift Charts
          • 🧩Metal
          • 🧩WeatherKit
    • ➕operator
    • 🍀type
    • 🔰statement
    • 🔰flow control
    • 🔰Collections
    • 🔰Subscripts
    • 🔰Attributes
    • 🔰Pattern Matching
    • 🔰Exceptions
    • 🏛️Standard Library
    • 🔰Concurrency
    • 🔰File System
    • 🔰Networking
    • 🐞Debugging
    • 🔰Input/Output
    • 🔰Regex
    • 🔰Access Control
  • 🔰SwiftUI
  • 🎛️widgets
  • 🎁Data Structures
  • 🧠Algorithms
  • ⛱️Swift Playgrounds
  • 🥁Audio / Video
  • ⛔Errors
  • 附錄
    • 🧩Swift Package
    • 🔰Design Patterns
    • 🛠️Xcode
    • 💼Projects
    • ✅Testing System
    • Prototyping
    • 💡Tips
    • JSON
    • Terms
    • 其他
    • 雜記 📥
Powered by GitBook
On this page
  • 重點整理
  • 參考資料

Was this helpful?

  1. 🐦Swift
  2. 🔰scope
  3. 🔸framework
  4. 🧩built-in frameworks
  5. 🧩Combine
  6. 🅿️Publisher

🐶Future

what is Result? Promise? Future? (#todo)

重點整理

  • Future executes as soon as it is created. It does not require a subscriber.

參考資料

  • 🔸 Result

  • ⚙️ Promise

  • Combine > Using Combine for Your App’s Asynchronous Code

PreviousPublisherNextURLSession.DataTaskPublisher

Last updated 4 years ago

Was this helpful?