summaryrefslogtreecommitdiff
path: root/src/lib/eina/eina_thread_queue.h
Commit message (Collapse)AuthorAgeFilesLines
* eina thread_queue: fix typo in doc.ChunEon Park2015-04-231-1/+1
|
* eina thread_queue: fix typo in doc.ChunEon Park2015-04-221-2/+2
|
* Delete whitespaces for header and eo fileswoochan lee2015-04-101-16/+16
| | | | | | | | | | | | | | | | Summary: Fix whitespaces, indentation, wrap in eina headers. Reviewers: cedric, jeffrey.w.grimshaw, Hermet Reviewed By: Hermet Subscribers: cedric Differential Revision: https://phab.enlightenment.org/D2303 Conflicts: src/lib/eina/eina_thread_queue.h
* eian threadqueue - be clearer on the message struct/format limitationsCarsten Haitzler (Rasterman)2015-04-091-1/+2
| | | | | this makes the send func docs also be clear on the Eina_Thread_Queue_Msg limitations like the wait func
* new eina api/object - eina thread queuesCarsten Haitzler (Rasterman)2014-07-151-0/+262
@feature This is a new feature for eina (and EFL) - a zero-copy thread message queue for sending messages from one thread to another or from the ecore mainloop to or back to the mainloop from threads. It has a complete test suite too.