Is your feature request related to a problem? Please describe.
I was wondering if it is an idea to send UDP requests in parallel using async and tokio
Describe the solution you'd like
make async versions of the UDP connection, preferably comparable with tokio.
Describe alternatives you've considered
It might be that async just isn't needed at the scale lighting software operates at, and just putting the DMX sender into it's own thread.
Additional context
I'm trying to make a super basic open source lighting desk, and am just doing some research.
Is your feature request related to a problem? Please describe.
I was wondering if it is an idea to send UDP requests in parallel using async and tokio
Describe the solution you'd like
make async versions of the UDP connection, preferably comparable with tokio.
Describe alternatives you've considered
It might be that async just isn't needed at the scale lighting software operates at, and just putting the DMX sender into it's own thread.
Additional context
I'm trying to make a super basic open source lighting desk, and am just doing some research.