alexherbo2 has quit [Remote host closed the connection]
alexherbo2 has joined #crystal-lang
alexherbo2 has quit [Remote host closed the connection]
alexherbo2 has joined #crystal-lang
quazimodo has quit [Ping timeout: 260 seconds]
hightower4 has quit [Quit: Leaving]
alexherbo2 has quit [Remote host closed the connection]
alexherbo2 has joined #crystal-lang
alexherbo2 has quit [Remote host closed the connection]
alexherbo2 has joined #crystal-lang
alexherbo2 has quit [Remote host closed the connection]
alexherbo2 has joined #crystal-lang
alexherbo2 has quit [Remote host closed the connection]
alexherbo2 has joined #crystal-lang
Sankalp- has joined #crystal-lang
Sankalp has quit [Ping timeout: 246 seconds]
Sankalp- is now known as Sankalp
alexherbo2 has quit [Remote host closed the connection]
jmd_ has quit [Ping timeout: 256 seconds]
walez has joined #crystal-lang
_ht has joined #crystal-lang
jmdaemon has joined #crystal-lang
jmdaemon has quit [Ping timeout: 268 seconds]
jmdaemon has joined #crystal-lang
jmdaemon has quit [Ping timeout: 268 seconds]
<FromGitter>
<wwalker> Will this run safely (will each fiber's `job_handler` be unique? i.e., the `JobHandler.new` being assigned to `job_handler` creates a new unique pointer?): ⏎ ⏎ ```code paste, see link``` [https://gitter.im/crystal-lang/crystal?at=63e29bc5da007e544776648b]
jmdaemon has joined #crystal-lang
walez has quit [Quit: Leaving]
<yxhuvud>
I mean, the pointer is unique, it is just that it gets overwritten each iteration
ur5us has joined #crystal-lang
jmdaemon has quit [Ping timeout: 268 seconds]
_ht has quit [Remote host closed the connection]
notzmv has joined #crystal-lang
jmdaemon has joined #crystal-lang
quazimodo has joined #crystal-lang
<FromGitter>
<wwalker> Thanks yxhuvud!! ⏎ ⏎ But inside the spawn `job_handler` is still the old pointer, which is what I want. I finally wrapped my head around how to test it. (It was dead easy, I was being stupid)