groostav
08/07/2018, 12:12 AMkotlinx.coroutines.experimental.internal.LockFreeLinkedListHead
and friends? I'm using AtomicReference
with immutable classes and its working, but at this point I'm now asking my getAndUpdate
call to allocate a lot of new data in its `update`er method.
some notes:
- yes I know that class isnt formally part of the API, I will update as appropriate, and either copy-paste that code or keep everything at version zero.
- my existing solution probably would be fine if kotlinx.collections.immutable
was part of the stdlib, or I wanted to include it as an external dep, but its not, and I don't, and it seems to have lost all steam, much to my shigrin
- no, I dont want to use atomicfu
because I dont understand what atomicfu is asking me to do to my build system, ill poke around at gradle + byte code manipulation later.elizarov
08/07/2018, 7:16 PM