module Async
  class Task[T]
    def wait: () -> T
  end
end