floop 0.1.2

A more convenient and less error prone replacement for loop `{ select! { .. }}`
Documentation
1
2
3
4
5
6
// why on earth does this not fail?!
fn main() {
    const {
        panic!()
    }
}