Thomasdezeeuw/gaea

Drop bitflags

Thomasdezeeuw opened this issue · 2 comments

If we drop bitflags and ensure that the interests provided to register and reregister are never we can drop the not_empty check. This also means we can drop PollCalled.

While we're at it we can make Interest and Ready two different types. Interest only needs READABLE and WRITABLE.

Interests is created in v0.2 branch.