mutex: add async version of lock #98
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "mwojcik/zynq-rs:mutex_async"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Based on Semaphore's implementation, but a tad bit cleaner (all checks are done only within
Fut::poll
, rather than calling another method).Closes #97
Tested working within
zc706-experiments
.