Skip to content
Commit 20dac659 authored by Nicolas Fella's avatar Nicolas Fella
Browse files

[plugins/kio-webdav] Refactor code using coroutines

The code consists of a series of async operations/jobs, split across several functions/classes

This comes with quite some boilerplate and makes the code rather hard to follow

Using coroutines we can write the async code in a linear fashion, reducing the boilerplate and making it more concise
parent 0af02c8b
Pipeline #285471 passed with stage
in 1 minute and 35 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment