polybar/include/utils
Michael Carlberg 1075144b00 refactor(eventloop): Use concurrent queue for events
Events are now enqueued using a thread safe concurrent queue
which makes the previous eventloop locking redundant.
2016-10-29 06:48:51 +02:00
..
bspwm.hpp refactor(i3): Rewrite of the i3 module 2016-10-12 03:57:22 +02:00
command.hpp fix(script): Terminate running commands 2016-10-28 18:54:08 +02:00
file.hpp refactor: Application rewrite 2016-10-10 14:52:57 +02:00
i3.hpp fix(ci): Do not use ccache 2016-10-12 04:30:03 +02:00
inotify.hpp fix(cmake): Make specific c++lib linking optional 2016-10-25 20:47:53 +02:00
io.hpp fix(build): Make project compile using gcc5/gcc6 2016-10-11 12:58:26 +02:00
math.hpp feat: Add math_util::percentage_to_value 2016-10-25 07:05:01 +02:00
memory.hpp refactor: Application rewrite 2016-10-10 14:52:57 +02:00
mixins.hpp refactor: Application rewrite 2016-10-10 14:52:57 +02:00
process.hpp refactor(script): Make the module behave as intended 2016-10-15 13:15:56 +02:00
scope.hpp fix(cmake): Make specific c++lib linking optional 2016-10-25 20:47:53 +02:00
socket.hpp refactor(di): Move configure_T() to anonymous ns 2016-10-25 01:55:59 +02:00
string.hpp refactor(eventloop): Use concurrent queue for events 2016-10-29 06:48:51 +02:00
threading.hpp refactor: Application rewrite 2016-10-10 14:52:57 +02:00
throttle.hpp refactor(di): Move configure_T() to anonymous ns 2016-10-25 01:55:59 +02:00