Processes and Channels, cf. goroutines.
Sönke Ludwig
sludwig+dforum at outerproduct.org
Mon Mar 3 06:27:51 PST 2014
Am 03.03.2014 11:31, schrieb Bienlein:
> On Thursday, 13 February 2014 at 15:40:05 UTC, Sean Kelly wrote:
>> On Thursday, 13 February 2014 at 15:30:58 UTC, Bienlein wrote:
>>> On Thursday, 6 February 2014 at 19:24:39 UTC, Sean Kelly wrote:
>>>> On Wednesday, 5 February 2014 at 20:37:44 UTC, Sean Kelly wrote:
>>>>>
>>>> https://github.com/D-Programming-Language/phobos/pull/1910
>
> Are there some plans when we will have the FiberScheduler be included in
> D? Wait for D 2.066? Not wanting to be "pushy", it's only because of
> pure impatience ;-)
Just out of curiosity, what did you miss in vibe.d regarding fiber based
scheduling?
Of course it would be great to have something like this in Phobos, but
to really have a consistent system, changes need to be made all over the
place to make things work asynchronously under the hood, or you have a
system that makes it really easy to shoot yourself in the foot, which
may be much worse than not having support at all. Rather than starting
with bits of this here and there, the complete picture should IMO be
well though out beforehand, and rather be started by integrating low
level asynchronous operations (and a pluggable event loop
implementation). Adding fiber based concurrency would then be the last step.
More information about the Digitalmars-d
mailing list