Age | Commit message (Collapse) | Author |
|
BREAKING CHANGE: The flag 'async' of the declare_interface macro has been renamed to 'threadsafe_sharable'. The reason being that the name 'async' was an outright lie. The new name describes exactly what the flag enables
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BREAKING CHANGE: DIContainer, AsyncDIContainer & the binding structs have been relocated
|
|
|
|
BREAKING CHANGE: The to_default_factory method of the blocking and async DI containers now expect a function returning another function
|
|
|