Yuchao Zhang

Results 116 comments of Yuchao Zhang

You are right @Darksonn , but tokio's spawn is eager only, which will start running in the background immediately when spawn is called, even if you don’t await the returned...

The `nest` still allow parallelism. The future returned by a call to nest() holds a reference to the async_scope in order to actually spawn the task for scheduling when it...

@nmsmith maybe take a look at how NVIDIA leverages P2300 with CUDA to do async computation on GPUs? https://www.youtube.com/watch?v=nwrgLH5yAlM

@aarnphm Any roadmap or plan to support grpc streaming?

It seems so. But I'm not sure how much it affects the final result.

Same issue here @BurntSushi. How to use `quickcheck` together with other tools like `fake` which needs an `RNG`

@malfet So is here any further plan to replace torchdata?