voidstarstar

Results 7 issues of voidstarstar

As discussed in #195. This PR can be used if having a wider range of priorities turns out to be useful. Fibers are no longer restricted to the same priority...

enhancement

This is a feature request for a priority queue that is fiber-blocking. It should be modelled after the [`PriorityBlockingQueue`](https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/PriorityBlockingQueue.html) except that the `take` method would block on a fiber. (If...

enhancement

### Link to related issue (if applicable) Possibly related to #559, #324, #336, #232, #317, #542 ### Summary of the changes in this PR This will sort the fuzzy search...

I have a setup where many (50-1000) messages are sent from one Quasar actor to another. I receive the following error on the recipient end: ``` 68325 [WARN] UDPComm: Exception...

Fixes the overlap between the section name and body. Fixes #42

The Xposed Installer fails to download. Related details on this feature are in #4. Is this issue caused by the [xda thread](http://forum.xda-developers.com/showthread.php?t=3034811) now hosting multiple files? ~~Wouldn't it be better...

Fixes #7. This was not tested.