Hi Nick and friends, just a question and an idea: 1. locking assuming event_base supports and has a lock, is there an API to expose that particular lock towards the application? In some situations, it would help to avoid complex designs by sharing the lock. API could be like "int event_base_lock(event_base *)", "int event_base_trylock(event_base *)", "int event_base_unlock(event_base *)". 2. termination callback What do you think about
Thanks and cheers, Roman |