[swift-corelibs-dev] Issue understanding libdispatch runloop poking

2017-10-12 Thread Rogiel Sulzbach via swift-corelibs-dev
I am trying to get libdispatch working on FreeBSD but I am hitting a wall: I cannot get my head around how the runloop implementation dispatches a event to the kqueue once a new job is submitted. So far I was able to get the library to fully compile but most tests are timing out due to a issue g

Re: [swift-corelibs-dev] Issue understanding libdispatch runloop poking

2017-10-16 Thread Rogiel Sulzbach via swift-corelibs-dev
Thank you for all the help. I will try to take a look at this during the week. I am not even running it in swift yet, I just got it to compile (without actually working) so that I could get Foundation to build without having to disable the entire URL system, but I would like to use dispatch. Th

Re: [swift-corelibs-dev] Issue understanding libdispatch runloop poking

2017-10-24 Thread Rogiel Sulzbach via swift-corelibs-dev
:03 AM, Rogiel Sulzbach via swift-corelibs-dev > > wrote: > > > > Thank you for all the help. I will try to take a look at this during the > > week. > > > > I am not even running it in swift yet, I just got it to compile (without > > actually working)