SimGrid  3.14.159
Versatile Simulation of Distributed Systems

Detailed Description

This section describes the API to generic workqueue.

These functions provide the same kind of functionality as dynamic arrays but in time O(1). However these functions use malloc/free way too much often.

Deprecated:
If you are using C++, you might want to used std::list, std::deque or std::queue instead.

Modules

 Fifo constructor and destructor
 
 Fifo perl-like functions
 
 Direct access to fifo elements
 
 Misc fifo functions