pchickey / task-group

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spawn() returns Result<(), SpawnError>

capmorganbih opened this issue · comments

I want to be able to return Result<E, SpawnError> where E is arbitrary type. Can we implement it?