stronglink
stronglink copied to clipboard
Use of fibers should be optional
For the StrongLink library, we should probably expose an interface based on callbacks, not fibers. This makes it easier to embed in other applications and language runtimes.
I don't think this should be too difficult, but I'm not sure. Maybe it means using heavyweight threads and blocking I/O for most cases, and then letting clients use us on a thread pool.