Lift from promise to task resolving to that promise result
Userfull for converting promises to tasks
If converted task is canceled or failed externally return value will be ignored without side-effects
All tasks are no-trowing by default, any occured errors are returned as Left
Lift from promise to task resolving to that promise result
Userfull for converting promises to tasks If converted task is canceled or failed externally return value will be ignored without side-effects All tasks are no-trowing by default, any occured errors are returned as Left