Neon
09/02/2023, 10:08 PMPatrick Steiger
09/02/2023, 10:46 PM“It might be waiting for an operation or further processing to make an item available.”This is too abstract IMO, NOT_READY simply means iterator consumer has not called “hasNext()” or “next()” yet after consuming last item (it is pending resuming the continuation that will produce the next item)
Patrick Steiger
09/02/2023, 10:49 PMcreateCoroutineUnintercepted
and startCoroutineUninterceptedOrReturn
before mentioning all other non-intrinsic stdlib stuff as those are the very core building blocks of it allNeon
09/03/2023, 1:17 AMMichael Strasser
09/03/2023, 2:27 AMLogContext
class that holds context items to include in log events.Ilmir Usmanov [JB]
09/04/2023, 2:27 PMNeon
09/04/2023, 2:30 PMNeon
09/04/2023, 2:34 PM