Commit Graph
4 Commits
Author SHA1 Message Date
Tom Doron 39b0140b80 http client event loop cleanup (#3)
motivation: EventLoop is also an EventLoopGroup, no need in wrapping

changes: remove SingleEventLoopGroup wrapper, use EventLoop directly
2018-11-15 13:49:32 -08:00
tomer doron 6c9c1616d0 cleanup and refactoring
motivation: cleaner code base

changes:
* define generic Result type, and make LambdaResult a type alias
* rename RunLambdaResult to LambdaRunResult
* remove redundant test and dead code
2018-11-15 13:49:32 -08:00
Johannes Weiss 9e8135ee2b make more Swift-like 2018-11-14 11:53:49 +00:00
tomer doron 93c9cfdf63 initial commit 2018-11-13 17:48:44 -08:00