Escaping the Tyranny of the GC: std.rcstring, first blood

Jakob Ovrum via Digitalmars-d digitalmars-d at puremagic.com
Mon Sep 15 05:11:13 PDT 2014


On Monday, 15 September 2014 at 11:53:15 UTC, Robert burner
Schadek wrote:
> On Monday, 15 September 2014 at 10:13:28 UTC, Jakob Ovrum wrote:
>> On Monday, 15 September 2014 at 09:53:28 UTC, Robert burner
>>>
>>> I haven't found a single lock, is single threading by design 
>>> or is thread-safety on your todo?
>>
>> There's no use of `shared`, so all data involved is TLS.
>
> Then it must be made sure that send and receive work properly.

They do. They only accept shared or immutable arguments (or
arguments with no mutable indirection).


More information about the Digitalmars-d mailing list