|
|
|
|
|
by mfourcade
2765 days ago
|
|
beware before using fibers because it won't access Thread.current[:vars]. So if you plan on going with fiber on an existing app, double check first if Thread.current[:vars] is a must have for you & you dependencies (ex: the I18n gem |
|