Create archive for vibe code
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
// pool.cpp — ThreadPool & LockFreeQueue implementation file
|
||||
//
|
||||
// Note: All template implementations are in pool.hpp (header-only).
|
||||
// This file exists for future non-template extensions or
|
||||
// explicit template instantiations if needed.
|
||||
|
||||
#include "pool.hpp"
|
||||
|
||||
int main() {
|
||||
Queue<int> queue;
|
||||
|
||||
queue.push(1);
|
||||
auto load = queue.pop();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user