I would like to draw attention regarding std.signals
Bastiaan Veelo via Digitalmars-d
digitalmars-d at puremagic.com
Tue Sep 5 05:09:55 PDT 2017
On Monday, 4 September 2017 at 23:19:31 UTC, 12345swordy wrote:
> The current bug that I like to focus on is the following:
> "Not safe for multiple threads operating on the same signals or
> slots. "
>
> However boost.signals2 is thread safe, so I was wondering what
> is currently preventing std.signals from being thread safe? How
> hard is it currently?
I don't really know, but there are some alternatives on dub that
try to improve on std.signals, for example
https://code.dlang.org/packages/phobosx. Not sure thread safety
is part of the efforts.
Bastiaan.
More information about the Digitalmars-d
mailing list