|
dispenso 1.4.1
A library for task parallelism
|
#include <resource_pool.h>
Public Member Functions | |
| Resource (Resource &&other) | |
| T & | get () |
Friends | |
| class | ResourcePool< T > |
A RIAA wrapper for a user's type that can manage accessibility and ensures the resource will go back into the ResourcePool upon destruction.
Definition at line 31 of file resource_pool.h.
|
inline |
Move constructor.
Definition at line 34 of file resource_pool.h.
|
inline |
Definition at line 57 of file resource_pool.h.
|
inline |
Access the underlying resource object.
Definition at line 53 of file resource_pool.h.
|
friend |
Definition at line 67 of file resource_pool.h.