Critical sections with ev++.h
Michele Santullo
m.santullo at posteo.net
Fri Jul 17 17:10:32 CEST 2020
Hi, I'm trying to write a simple program in C++ that will get timer
notifications in separate threads and just print something to stdout when they
occur. It's mostly working but I get occasionas crashes, which makes me think
it might be a concurrency issue.
In the past I already used libev, although using the C API directly, and going
through my old code I see here https://alarmpi.no-ip.org/gitan/King_DuckZ/
incredis/src/branch/master/src/async_connection.cpp#L122 that I was calling
ev_set_loop_release_cb(). If memory serves me right that was needed precisely
to solve some weird crash that I was getting, but in the C++ API I can't find
anything similar. Is it done is some other way in C++?
Also, small side question, is there an IRC channel for questions and
discussions about libev?
Thanks,
Michele
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 618 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.schmorp.de/pipermail/libev/attachments/20200717/e26f4959/attachment.sig>
More information about the libev
mailing list