The Wayback Machine - https://web.archive.org/web/20200703134037/https://github.com/topics/futures
Skip to content
#

futures

Here are 280 public repositories matching this topic...

wh1100717
wh1100717 commented Apr 26, 2017

我们会在这个 Issue 中持续 refer 比较典型的 Issue,也希望您能持续通过 issue 来与我们讨论各种问题,这样都可以为其他人提供参考,也避免我们重复回答同样的问题。

  • 如果您刚开始接触 RQAlpha 请先阅读文档 http://rqalpha.io
  • 如果您在使用过程中遇到了问题,请先查看下文罗列的FAQ是否可以解决您的问题,或者您也可以利用 Issue 的搜索和过滤功能来试图找到类似问题的讨论。
  • 如果以上方式仍然没有解决您的问题的,请您 创建Issue, 按照创建时给出的规范模板来描述您的问题
  • 善用截图功能,github 上是可以在 issue 的提问和回复中直接 ctrl + v 来上传图片的,很方便。

RQAlpha 2.0.0

shaladdle
shaladdle commented Oct 5, 2016

@jonhoo @tikue

  • Explain | syntax
  • Write more about services and clients and when you might return what errors. Have some examples.
  • Make it more clear that service implementations must be Clone/Send/'static
    • Add to the readme
    • Add to the macro documentation if it's not there
  • Warn of the dangers of mixing FutureService with SyncClient
    • Namely, if the client runs on
HenrikBengtsson
HenrikBengtsson commented Apr 29, 2020

Add 'Best Practices For Package Developers using Futures' vignette with instructions on, for instance,

  1. How to test code, e.g. run tests with plan(sequential) and plan(multisession) and don't assume that plan(multicore) is available.

  2. Make sure to shut down PSOCK clusters at the end of examples and package tests, i.e. call plan(sequential) at the end (e.g. #327)

  3. Avoid setti

markd2
markd2 commented May 24, 2019

Hi! It'd be nice to have canonical examples on how to use andThen. There was recently an extended Slack chat about using andThen, with suggestions about defeating type inference, the use of try causing odd errors, and then questions on how to propagate errors out in to the result that anyone who upons peels apart. It'd be nice if there were a canonical example of its use we can crib fro

爬取 www.mzitu.com 全站图片,截至目前共5162个图集,16.5万多张美女图片,使用 asyncio 和 aiohttp 实现的异步版本只需要不到2小时就能爬取完成。按日期创建图集目录,保存更合理。控制台只显示下载的进度条,详细信息保存在日志文件中。支持异常处理,不会终止爬虫程序。失败的请求,下次再执行爬虫程序时会自动下载

  • Updated Aug 27, 2019
  • Python

Improve this page

Add a description, image, and links to the futures topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the futures topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.