std.asio?

2013-03-11 Thread Martin Drasar
Hi, I started to work on a networking heavy project and I found out that there is nothing like boost.asio in D's standard library. So I looked around and discovered that vibe.d has nice fiber-based asynchronous library, but sadly it does not play along well with threads. Then I looked some more an

Re: std.asio?

2013-03-11 Thread Nick Sabalausky
On Mon, 11 Mar 2013 17:06:40 +0100 Martin Drasar wrote: > So I looked > around and discovered that vibe.d has nice fiber-based asynchronous > library, but sadly it does not play along well with threads. Thread support is being worked on for vibe.d.

Re: std.asio?

2013-03-11 Thread Robert
On Mon, 2013-03-11 at 17:06 +0100, Martin Drasar wrote: > Hi, > > I started to work on a networking heavy project and I found out that > there is nothing like boost.asio in D's standard library. So I looked > around and discovered that vibe.d has nice fiber-based asynchronous > library, but sadly

Re: std.asio?

2013-03-12 Thread Martin Drasar
On 11.3.2013 17:57, Robert wrote: > On Mon, 2013-03-11 at 17:06 +0100, Martin Drasar wrote: > > I had plans to implement something like this, but at the moment I am > stuck with other important things. I absolutely agree that something > like boost::asio::io_service should be part of the standard

Re: std.asio?

2013-03-12 Thread Robert
On Tue, 2013-03-12 at 11:07 +0100, Martin Drasar wrote: > It was related to blocking operations like readln stopping the event > loop. See > http://news.rejectedsoftware.com/groups/rejectedsoftware.vibed/thread/693/. > No real solution was found as this requires either the fiber support > in > std.