jamietre / CsQuery

CsQuery is a complete CSS selector engine, HTML parser, and jQuery port for C# and .NET 4.
Other
1.15k stars 249 forks source link

Support creating url asynchronousy using .net 4.5 await syntac #122

Open benjamingr opened 11 years ago

benjamingr commented 11 years ago

Example usage:

CQ dom = await CQ.createFromUrlAsyncTask("http://www.google.com");
// dom available here
jamietre commented 11 years ago

Def agree. Standard async methods all around. On Aug 2, 2013 6:41 PM, "benjamingr" notifications@github.com wrote:

Example usage:

CQ dom = await CQ.createFromUrlAsyncTask("http://www.google.com"); // dom available here

— Reply to this email directly or view it on GitHubhttps://github.com/jamietre/CsQuery/issues/122 .

benjamingr commented 10 years ago

Any update?

jamietre commented 10 years ago

None yet.. but I should start having a couple hours here and there to work on this project soon, I'm definitely not abandoning it. Been a bit of an interesting year with my transition to daddy land and a new job but things are settling down to some kind of new normal :)