1. Introduction
  2. Basics
  3. 1. Creating
    1. 1.1. Functions
    2. 1.2. Computation Expressions
    3. 1.3. From Async and Task
    4. 1.4. Manual implementation
  4. 2. Running
    1. 2.1. Without runtime
    2. 2.2. On runtime
  5. 3. Synchronisation
    1. 3.1. Semaphore
    2. 3.2. Barrier
    3. 3.3. Mutex
    4. 3.4. RwLock
    5. 3.5. Notify
    6. 3.6. CondVar
    7. 3.7. OneShot
    8. 3.8. OnceVar
    9. 3.9. LazyVar
    10. 3.10. MutexVar
    11. 3.11. RwLockVar
    12. 3.12. Mailbox
  6. Advanced
  7. 4. Implementation details

FSharp.Control.Futures book

Создание Future