mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 03:50:11 +02:00
Remove old TODO
MainContext is now basically just a wrapper with a simple event loop implementation so it's not really necessary, but having a separate type for the 'main' IO context still makes everything much clearer.
This commit is contained in:
@@ -64,8 +64,6 @@ int __cdecl main(int argc, char* argv[]) {
|
||||
// slightly more convoluted than it has to be, but doing it this way we
|
||||
// don't need to differentiate between individually hosted plugins and
|
||||
// plugin groups when it comes to event handling.
|
||||
// TODO: Update documentation once we figure out if we can safely replace
|
||||
// MainContext again with a normal `io_context`.
|
||||
MainContext main_context{};
|
||||
std::unique_ptr<Vst2Bridge> bridge;
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user