From: Luke Lau Date: Sun, 8 Jul 2018 22:36:20 +0000 (+0100) Subject: Add withTimeout X-Git-Url: http://git.lukelau.me/?a=commitdiff_plain;h=a4c1143848809be8aed55403dc3187a256dcbe9b;hp=a4c1143848809be8aed55403dc3187a256dcbe9b;p=opengl.git Add withTimeout Rework timeout mechanism to send messages down the conduit Closes #10 Improve exception message reporting with Typeable type information Replace request, response, notification with message Simplify internals of Session ---