joaonc / show_dialog

Easily show a dialog for miscellaneous uses.
https://joaonc.github.io/show_dialog
MIT License
0 stars 0 forks source link

IPC client with context manager #87

Open joaonc opened 3 days ago

joaonc commented 3 days ago

Have IpcClient the ability to be a context manager.

with IpcClient(ipc_params) as client:
    client.send(...)