async-task icon indicating copy to clipboard operation
async-task copied to clipboard

Task abstraction for building executors

Results 4 async-task issues
Sort by recently updated
recently updated
newest added

In this function you use the unsafe keyword for many safe expressions. We need to mark unsafe operations more precisely using unsafe keyword. Keeping unsafe blocks small can bring many...

It looks like version 2.0 has been pushed to crates.io, but it doesn't seem like anything has changed in this async-task repo in a few months. Is this just local...

Pure for learning purposes, why does `RawTask` use raw pointers for `output`, `header`, etc? Is it mostly for performance reason? ``` /// Raw pointers to the fields inside a task....