1. there're two typical usage patterns of signals: you mostly
have 0 or 1 slots attached, so it would be nice if having one
slot wouldn't require allocation. SlotsArray should be probably a
tagged union of SlotImpl and SlotImpl[]. Is it worth an effort?
2. why InvisibleAddress is so big? Isn't it enough to just negate
it?
3. I think, it's important to document, that a weak connection
can be destroyed before it becomes logically unneeded. It's an
important and non-trivial caveat.
- Re: Review of std.signal Robert
- Re: Review of std.signal ilya-stromberg
- Re: Review of std.signal Robert M. Münch
- Re: Review of std.signal Robert
- Re: Review of std.signal ilya-stromberg
- Re: Review of std.signal Dmitry Olshansky
- Re: Review of std.signal ilya-stromberg
- Re: Review of std.signal Martin Nowak
- Re: Review of std.signal ilya-stromberg
- Re: Review of std.signal Dmitry Olshansky
- Re: Review of std.signal Kagamin
- Re: Review of std.signal Robert
- Re: Review of std.signal Kagamin
- Re: Review of std.signal Kagamin
- Re: Review of std.signal Jacob Carlborg
- Re: Review of std.signal Kagamin
- Re: Review of std.signal Vladimir Panteleev
- Re: Review of std.signal Robert
- Re: Review of std.signal Vladimir Panteleev
- Re: Review of std.signal ilya-stromberg
- Re: Review of std.signal Martin Nowak
