svlad-90 / DMA_Framework

A tiny C++ framework, which contains a set of useful abstractions
Apache License 2.0
2 stars 0 forks source link

[EVENT] Implement event loop #10

Open svlad-90 opened 4 years ago

svlad-90 commented 4 years ago

In order to move on with the implementation of different idioms, we need to have an event loop as part of the framework. We need implementation of the event dispatcher, event queues, etc. Moreover, we need the possibility to switch the DMA framework from the self-made event dispatching mechanism to the third-party one, e.g. QT signal-slots, etc.

Implementation of this task intends to have as a result:

artemkomyshan commented 3 years ago

Assign it to me!

svlad-90 commented 3 years ago

Hi @artemkomyshan, task was assigned to you ))