Enet4 / dicom-rs

Rust implementation of the DICOM standard
https://dicom-rs.github.io
Apache License 2.0
403 stars 75 forks source link

[Draft] ENH: Add feature-gated async runtime for storescp #463

Open naterichman opened 4 months ago

naterichman commented 4 months ago

Half me playing around with async and half because I couldn't get parallel dcmtk movescu to work easily, there is a --fork option on dcmtk storescp and I figured we should maybe have that here too.