0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00
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: mp_msg conversions 2013-12-21 21:43:16 +01:00
charset_conv.h charset_conv: mp_msg conversions 2013-12-21 21:43:16 +01:00
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 Split mpvcore/ into common/, misc/, bstr/ 2013-12-17 02:39:45 +01:00
ring.h Split mpvcore/ into common/, misc/, bstr/ 2013-12-17 02:39:45 +01:00