girassol-rb / girassol

A non-opnionated HTTP server in ruby
MIT License
14 stars 3 forks source link

Basic Socket Programming on top of Basic Fiber Implementation #5

Closed EronAlves1996 closed 1 year ago

EronAlves1996 commented 1 year ago

This has an implementation of a class App, with holds an array of Fibers internally and has a method use, who push a Fiber to the array of Fibers and start and loop through this arrays to resume execution on them.

jeffque commented 1 year ago

As requested by author, closing