Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
353: Remove `libtock_platform`'s asynchronous API traits. r=jrvanwhy a=jrvanwhy These traits were designed to support a style of code I was calling "`'static` asynchrony", where upcalls are not tied to lifetimes and execution can potentially jump between unexpected modules. However [we never implemented `'static` asynchrony](#334), and I'm not sure it will ever be implemented. Because I don't expect these traits to ever be used, I think they should be removed from `libtock_platform`. Co-authored-by: Johnathan Van Why <[email protected]>
- Loading branch information