stronglink icon indicating copy to clipboard operation
stronglink copied to clipboard

Use of fibers should be optional

Open btrask opened this issue 9 years ago • 0 comments

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.

btrask avatar Jun 17 '15 20:06 btrask