trillion_exabyte has quit [Ping timeout: 255 seconds]
trillion_exabyte has joined #ruby
wyclif has quit [Ping timeout: 276 seconds]
wyclif has joined #ruby
grenierm has joined #ruby
rvalue- has joined #ruby
rvalue has quit [Ping timeout: 244 seconds]
rvalue- is now known as rvalue
wyclif has quit [Ping timeout: 252 seconds]
wyclif has joined #ruby
octosteve has quit [Ping timeout: 276 seconds]
octosteve has joined #ruby
wyclif has quit [Ping timeout: 276 seconds]
octosteve has quit [Ping timeout: 252 seconds]
wyclif has joined #ruby
grenierm has quit [Quit: Client closed]
octosteve has joined #ruby
octosteve has quit [Ping timeout: 252 seconds]
Linux_Kerio has joined #ruby
Linux_Kerio has quit [Ping timeout: 248 seconds]
octosteve has joined #ruby
octosteve has quit [Ping timeout: 276 seconds]
splud has quit [Ping timeout: 260 seconds]
wyclif has quit [Quit: leaving]
splud has joined #ruby
octosteve has joined #ruby
octosteve has quit [Ping timeout: 248 seconds]
konsolebox has joined #ruby
octosteve has joined #ruby
octosteve has quit [Ping timeout: 248 seconds]
graywolf has joined #ruby
graywolf has quit [Client Quit]
octosteve has joined #ruby
TCZ has joined #ruby
octosteve has quit [Ping timeout: 252 seconds]
octosteve has joined #ruby
ih8u has quit [Ping timeout: 272 seconds]
octosteve has quit [Ping timeout: 252 seconds]
donofrio_ has quit [Remote host closed the connection]
octosteve has joined #ruby
octosteve has quit [Ping timeout: 248 seconds]
ih8u has joined #ruby
TCZ has quit []
TCZ has joined #ruby
octosteve has joined #ruby
<leah2>
are people using fibers? any good tutorial?
octosteve has quit [Ping timeout: 252 seconds]
octosteve has joined #ruby
kinduff has quit [Ping timeout: 258 seconds]
mooff has quit [Ping timeout: 258 seconds]
alip has quit [Ping timeout: 272 seconds]
mooff has joined #ruby
kinduff has joined #ruby
alip has joined #ruby
mtm has quit [Ping timeout: 252 seconds]
mtm has joined #ruby
TCZ has quit []
gsg has quit [Remote host closed the connection]
gsg has joined #ruby
octosteve has quit [Quit: WeeChat 4.3.4]
graywolf has joined #ruby
<adam12>
leah2: I'm using fibers but through Async.
<leah2>
yeah, trying to figure out how this works atm
<leah2>
i want async-io i think
<adam12>
I have a project that uses async, async-container, async-dns, async-io, async-pool, and async-redis. LOL
<adam12>
They all serve a purpose tho.
llua has quit [Quit: <Rudolph> shell code is what greycat reads to kids when he tucks them in]
llua has joined #ruby
konsolebox has quit [Ping timeout: 240 seconds]
r3m has quit [Quit: WeeChat 4.4.0-dev]
konsolebox has joined #ruby
CalimeroTeknik has quit [Changing host]
CalimeroTeknik has joined #ruby
yosafbridge has quit [Quit: Leaving]
<havenwood>
leah2: I'm also using Fibers through Async. I look forward to a default Fiber scheduler so we can `Fiber.schedule do` with no gem. Still, the Async gem brings the other things you need and the other Async gems are great.