fredemmott / StreamDeck-CPPSDK

A fork of Elgato's C++ StreamDeck SDK, focussing on reusability
MIT License
44 stars 10 forks source link

Expose asio context/io_service, or allow specifying it #4

Closed fredemmott closed 3 years ago

fredemmott commented 3 years ago

websocketpp's init_asio() can take an io_service_ptr; it should be possible for plugins to access the asio context, so other async code can integrate with it.

For example, https://github.com/fredemmott/StreamDeck-Discord/issues/47