mpv/misc
wm4 5c3dd6402a dispatch: document some guarantees
The here documented guarantee might simplify code using this mechanism
a lot, because it becomes unnecessary to invent a separate mechanism to
make the mp_dispatch_queue_process loop exit after processing a dispatch
callback. (Instead, the dispatch callback can set a flag, and the caller
of mp_dispatch_queue_process can check it.)
2014-04-25 08:35:02 +02:00
..
charset_conv.c
charset_conv.h
dispatch.c dispatch: document some guarantees 2014-04-25 08:35:02 +02:00
dispatch.h dispatch: move into its own source file 2014-04-23 21:16:51 +02:00
ring.c
ring.h