-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Open
Labels
Description
This is related to FutureStreams. It sure would be neat to be able to do something like this:
import asyncdispatch, httpclient
let client = newAsyncHttpClient()
let resp = client.get("http://google.com")
for data in resp.bodyStream:
# Do something with data.This might not be possible.
nitely, alehander92, gabbhack, ringabout, andreaferretti and 2 more