Black Binary

Results 3 issues of Black Binary

AST node structs, like ast::Bool and ast::BV, contain reference to the Context. So if I want to store these nodes into my struct, Vec, or something like that, I have...

Related issue: #4 `PollMutex` is a simple wrapper of Mutex, which can acquire the mutex guard in sync code, efficiently. I'm not sure if the name `PollMutex` is suitable. XD

I want to lock a Mutex in my `poll_read` method but it seems like that there is no way to lock and wait for a Mutex in a non-async function....