Chronicle-Threads icon indicating copy to clipboard operation
Chronicle-Threads copied to clipboard

Results 19 Chronicle-Threads issues
Sort by recently updated
recently updated
newest added

It would be nice to provide some kind of "top" command where information on various properties associated with EventLoops, pausers, priorities etc. could be easily viewed and understood. This is...

enhancement

The javadoc for EventHandler#loopFinished states that > Event loop implementations call this once only, from the event loop's execution thread. But there are lots of places we call it from...

The "threads" library is in need of documentation and code cleanups: - What is the life-cycle of an EventHandler/EventLoop? - When are methods invoked? - By which threads are methods...

One client has reported that it creates too much garbage. Other improvements - allow the checker to work without needing a background thread. - add a check inline if needed...

`EventGroup#start` blocks until the core event loop has started. There have been multiple reports of `performStart` timing out and throwing an exception. This is unexpected and hasn't been reproduced reliably....

bug