Closed skade closed 8 years ago
Currently, lazers-traits is based on returning Results, which are inherently synchronous.
We should consider a move to futures, as the communicate possibly async actions.
See #11
Closed by #11
Currently, lazers-traits is based on returning Results, which are inherently synchronous.
We should consider a move to futures, as the communicate possibly async actions.