issues
search
microsoft
/
arcana.cpp
Arcana.cpp is a collection of helpers and utility code for low overhead, cross platform C++ implementation of task-based asynchrony.
MIT License
78
stars
24
forks
source link
Add weak_table class
#19
Closed
bghgary
closed
4 years ago
bghgary
commented
4 years ago
This is similar to the ticketed_collection class. The differences:
It is not thread-safe
It does not destroy tickets when the collection dies
This is similar to the ticketed_collection class. The differences: