Is it possible to easily take an existing fiber i got from a library and basically just turn it into a task so i can await it, or await it by it self?
Its obviously a "finite" fiber that fits into what an async task expects, aka it yields nil until it at some point yields something truthy and then closes
Is it possible to easily take an existing fiber i got from a library and basically just turn it into a task so i can await it, or await it by it self?
Its obviously a "finite" fiber that fits into what an async task expects, aka it yields nil until it at some point yields something truthy and then closes