diff --git a/degeon_core/src/degeon_worker.rs b/degeon_core/src/degeon_worker.rs
index 3e2299d..1af7fa3 100644
--- a/degeon_core/src/degeon_worker.rs
+++ b/degeon_core/src/degeon_worker.rs
@@ -343,18 +343,17 @@ impl Degeon {
impl Stream for Degeon {
type Item = GuiEvent;
- fn poll_next(self: Pin<&mut Self>, _cx: &mut Context<'_>) -> Poll