This website requires JavaScript.
Explore
Help
Sign In
status-im
/
nim-ethers
mirror of
https://github.com/status-im/nim-ethers.git
Watch
2
Star
0
Fork
You've already forked nim-ethers
0
Code
Issues
Projects
Releases
Wiki
Activity
52d7d3dbed
nim-ethers
/
ethers
/
providers
/
jsonrpc
/
looping.nim
7 lines
109 B
Nim
Raw
Blame
History
template
untilCancelled
*
(
body
)
=
try
:
while
true
:
body
except
CancelledError
as
e
:
raise
e
Reference in New Issue
View Git Blame
Copy Permalink