Alison Davis

Results 2 comments of Alison Davis

Since none of `FrameBuffer`'s methods dereference its pointer, it should be safe to mark it as both `Send` and `Sync`. Right now, I just use a wrapper struct to do...

I moved the spinlock behind an optional `spin` feature that will use a spinlock when std is disabled.