in Sources/TSFFutures/Futures.swift [27:33]
func fulfill(_ body: () throws -> Value) { do { try succeed(body()) } catch { fail(error) } }