TPL, to my understanding, does not solve my problem.
Presently my UDP-Listener raises an event on the GUI, the GUI holds the "Parse_Message" Sub.
That is conviniet since the GUI-Thread is "alive", however I'd like to raise an event and have a seperate thread react on that. But how can I start a thread that just waits for specific events?

[edit] Framework 4.0