Closed sairam4123 closed 3 years ago
We should decide if we want to take the signal approach or callback approach for async functions to be consistent across the whole project.
I think signals would be the most flexible. You get yields, connections, and more.
I'll squash all the commits, once each and every issue is fixed.
We should decide if we want to take the signal approach or callback approach for async functions to be consistent across the whole project.
I think signals would be the most flexible. You get yields, connections, and more.
That's why, I've chosen Signals approach.
I will squash all commits into one now.
Adds storage manager
Supersedes #41