To clarify more i would like to block a Task without blocking a Thread for x nanoseconds.
It could be that i dont know it is already in, i am kind new to this repo, but in documentation nor in code comments/methods is no mention how to do a non blocking sleep on spawned task thru coro scheduler. Would be a nice thing to do, since its really usefull.
Please either add the functionality or show ideally in documentation how to do so with current implementation. I REALLY tried and i dont want to have a outside thread pool just for sleep().
To clarify more i would like to block a Task without blocking a Thread for x nanoseconds.
It could be that i dont know it is already in, i am kind new to this repo, but in documentation nor in code comments/methods is no mention how to do a non blocking sleep on spawned task thru coro scheduler. Would be a nice thing to do, since its really usefull.
Please either add the functionality or show ideally in documentation how to do so with current implementation. I REALLY tried and i dont want to have a outside thread pool just for sleep().
Robert V.