feat: adds semi-Go-like Context with irrecoverable error handling - #64
feat: adds semi-Go-like Context with irrecoverable error handling#64S T (staheri14) wants to merge 2 commits into
Conversation
|
Claude finished S T (@staheri14)'s task —— View job Code Review ProgressReviewing PR #64: "feat: adds semi-Go-like Context with irrecoverable error handling" Todo List:
Code Review Feedback✅ Positive Aspects
|
|
Closing this on favour of a more simplified version in #65 |
Closes #52
This PR introduces a
ThrowableContextthat provides Go'scontext.ContextAPI (almost) patterns in Rust:Core Features Added:
tokioruntime