Richard Hightower

Results 64 issues of Richard Hightower

Websocket merge... under dev.. not ready for review per se

Streams feature request: Tee, Tap, Filter. A Tap has a filter but it does not remove an item from the stream. It just sends the item to two destinations.

Framedrop for executing promises instead of invoke

README is way out of date.

We added a `CallbackHandle` and a `PromiseHandle` that simplifies the interface of `Promise` and `Callback`. (Checked in and it works.) `Promises` has a `deferCall` method that returns a `PromiseHandle` and...

make any blocking invokeable too

There are often times actions that I want to do to clear a broken breaker which might mean initializing more than one system. ``` java breaker1.ifBrokeOrBroke(breaker2) { //do something if...

read LocalDateTime and LocalDate maybe others.

https://github.com/boonproject/boon/issues/355 https://github.com/boonproject/boon/pull/356 This was reported and patched as part of Boon.