Update README.md
This commit is contained in:
@ -4,10 +4,11 @@ RefCount is a reference counting (thus the name) and garbage collection library
|
||||
written in C.
|
||||
|
||||
RefCount has support for
|
||||
- breaking dependency chains via garbage collection
|
||||
- Breaking dependency chains via garbage collection
|
||||
- Multiple distinct contexts allowing the tracking of many types of objects,
|
||||
each with a possibly different memory allocation implementation
|
||||
- Safely running in multi-threaded environments
|
||||
- Destructors that can possibly re-reference an object to save it
|
||||
|
||||
### Building
|
||||
|
||||
|
Reference in New Issue
Block a user