This website requires JavaScript.
Explore
Help
Sign In
logos-storage
/
nim-ethers
Watch
1
Star
0
Fork
0
You've already forked nim-ethers
mirror of
https://github.com/logos-storage/nim-ethers.git
synced
2026-05-06 01:59:28 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
nim-ethers
/
ethers
/
providers
/
jsonrpc
/
looping.nim
7 lines
113 B
Nim
Raw
Normal View
History
Unescape
Escape
`untilCancelled` template
2023-06-27 14:44:03 +02:00
template
untilCancelled
*
(
body
)
=
try
:
while
true
:
body
initial exception types and effects fixes
2023-12-15 11:35:07 -03:00
except
CancelledError
as
exc
:
raise
exc
Reference in New Issue
Copy Permalink