Skip to content

Akira-Hayasaka/ofxThreadSafeVector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

ofxThreadSafeVector

Yet another concurrency-safe stl vector without boost or TBB. All at/push_back/begin/end/erase/clear/size/empty functions are concurrency-safe. threadSafeRemove() is concurrent ofRemove().

Installation

Unzip, copy it to your addons folder

Links

For more info on openframeworks

-> http://www.openframeworks.cc/

For a list of addons and more info on addon development

-> http://ofxaddons.com/

About

Thread-safe vector container without boost or TBB.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages