| 
    Concord - C Discord API library
    
   A Discord API wrapper library written in C 
   | 
 
#include <discord-internal.h>
Data Fields | |
| priority_queue * | q | 
| struct io_poller * | io | 
| struct { | |
| bool is_active | |
| pthread_t thread | |
| struct discord_timer * timer | |
| bool skip_update_phase | |
| } | active | 
| pthread_mutex_t | lock | 
| pthread_cond_t | cond | 
| priority_queue* discord_timers::q | 
| struct io_poller* discord_timers::io | 
| bool discord_timers::is_active | 
| pthread_t discord_timers::thread | 
| struct discord_timer* discord_timers::timer | 
| bool discord_timers::skip_update_phase | 
| struct { ... } discord_timers::active | 
| pthread_mutex_t discord_timers::lock | 
| pthread_cond_t discord_timers::cond |