fwd.h 161 B

1234567891011
  1. #pragma once
  2. namespace NThreading {
  3. struct TFutureException;
  4. template <typename T>
  5. class TFuture;
  6. template <typename T>
  7. class TPromise;
  8. }