|
|
@@ -7,15 +7,16 @@
|
|
|
* custom pools example (multi instance, tables, enable/disable, and so on...)
|
|
|
|
|
|
WIP:
|
|
|
+* HP: scheduler, use any (or poly?) instead of unique_ptr
|
|
|
+* HP: resource, forward the id to the loader from the cache and if constexpr the call to load, update doc and describe customization points
|
|
|
+* HP: make it possible to create views of the type `view<T, T>`, add get by index and such, allow to register custom pools by name with the registry
|
|
|
* HP: add user data to type_info
|
|
|
* HP: make pools available (registry/view/group), review operator| for views
|
|
|
-* HP: resource, forward the id to the loader from the cache and if constexpr the call to load, update doc and describe customization points
|
|
|
* HP: any_vector for context variables
|
|
|
* HP: make const registry::view thread safe, switch to a view<T...>{registry} model (long term goal)
|
|
|
* HP: weak reference wrapper example with custom storage
|
|
|
* HP: paginate pools
|
|
|
* HP: headless (sparse set only) view
|
|
|
-* HP: scheduler, use any instead of unique_ptr
|
|
|
* HP: write documentation for custom storages and views!!
|
|
|
* HP: registry: use a poly object for pools, no more pool_data type.
|
|
|
* HP: make runtime views use opaque storage and therefore return also elements.
|