Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | proxy: Support C_WaitForSlotEvent() if CKF_DONT_BLOCK is specified | Daiki Ueno | 2019-05-21 | 1 | -0/+70 |
While fully implementing C_WaitForSlotEvent() would require a separate thread to monitor events, it is straightforward to implement the function if the CKF_DONT_BLOCK flag is given. Suggested by David Ward. |