ipfs-rust / ipfs-embed

A small embeddable ipfs implementation
344 stars 47 forks source link

gc task: use non-blocking task #105

Closed wngr closed 2 years ago

wngr commented 2 years ago

gc task: use non-blocking task in order to be able to abort the future when dropping the runtime

see https://github.com/Actyx/Actyx/pull/231

wngr commented 2 years ago

Hm, the task should still be aborted, I guess. Let me look into that.