Exemplo n.º 1
0
        protected void Update()
        {
            if (hasShutdown)
            {
                return;
            }

            SerilogHttpSink.SendBatch();

            DispatchQueue.ExecutePending();

            PromiseTimer.Update(Time.deltaTime);

            TaskManager.Update(Time.deltaTime);
        }