Concurrent::Future.execute({ executor: $concurrent_thread_pool } ) do
#RequestLocals.fetch(:key) -- > gives yield out of block
organization_id = eval("partner.twin_#{account_type}_id")
end
The RequestLocals.fetch() gives yield out of block.
What can be a possible way out for this ?
The RequestLocals.fetch() gives yield out of block. What can be a possible way out for this ?