January 23, 2011
http://d.puremagic.com/issues/show_bug.cgi?id=5477

           Summary: std.signals should have the ability to fire events
                    asynchronously
           Product: D
           Version: D2
          Platform: x86
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Phobos
        AssignedTo: nobody@puremagic.com
        ReportedBy: mandeep@brars.co.in


--- Comment #0 from Mandeep Singh Brar <mandeep@brars.co.in> 2011-01-22 19:01:54 PST ---
emit method in std.signals library fires events asynchronously. It should be possible to emit signals synchronously as well as asynchronously. Event handlers should receive signals without waiting for other event handlers to complete

Thanks &
Mandeep

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
January 25, 2011
http://d.puremagic.com/issues/show_bug.cgi?id=5477


Lukasz Wrzosek <luk.wrzosek@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |luk.wrzosek@gmail.com


--- Comment #1 from Lukasz Wrzosek <luk.wrzosek@gmail.com> 2011-01-25 12:23:25 PST ---
What exactly you mean by 'are asynchronous'?

AFAIK the current implementation is just synchronous, and also i believe there is no possibility to emit signal to other thread. Signal/Slot mechanism is not event based as in Qt.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------