dyon
dyon copied to clipboard
How can one call a Dyon Closure from Rust?
If you call a Dyon function that returns a closure, how can one call this closure from Rust later? I've looked around in the docs and I've found CallClosure, and I've seen the method on the Runtime which calls a CallClosure, but how does one go from Closure to CallClosure?
There is no easy way to do this currently.
It just has not been worked on yet.
Well... shucks, if you give me an outline on how this could be done I'd be more than willing to do the grunt work.