On Tue, 04 Oct 2016 15:24:52 GMT, Jack Applegame wrote:
I found
m_activeEvents
member inLibevent2FileDescriptorEvent
. It is exactly what I need.
Can I create a pull request to make this field public accessible?
At this timecreateFiledescriptorEvent
implemented only for libevent driver, so this should not be a breaking change.
It's bad idea, because m_activeEvents
in theory could change at any time.
wait can return wrapper instead bool:
struct Result {
bool m_flag;
Trigger events;
alias m_flag this;
}
Sönke, what do you think about this?