exw3 icon indicating copy to clipboard operation
exw3 copied to clipboard

Provide a nonblocking send using cast instead of call

Open hswick opened this issue 5 years ago • 0 comments

For the most part any time someone interacts with the blockchain they want some feedback. However, there are cases of fire and forget and the easiest way to implement this would be to provide a send method that uses GenServer cast instead of call.

Leaving this issue open for others to comment on.

hswick avatar Oct 10 '18 16:10 hswick