jar

com.github.fromage.quasi : quasi-core

Maven & Gradle

Aug 29, 2018
3 usages
6 stars

quasi-core · Fibers for the JVM

Table Of Contents

Latest Version

Download com.github.fromage.quasi : quasi-core JAR file - Latest Versions:

All Versions

Download com.github.fromage.quasi : quasi-core JAR file - All Versions:

Version Vulnerabilities Size Updated
0.7.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window quasi-core-0.7.10.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.fromage.quasi.io.serialization.kryo

├─ com.github.fromage.quasi.io.serialization.kryo.CollectionsSetFromMapSerializer.class - [JAR]

├─ com.github.fromage.quasi.io.serialization.kryo.ExternalizableKryoSerializer.class - [JAR]

├─ com.github.fromage.quasi.io.serialization.kryo.KryoObjectInputStream.class - [JAR]

├─ com.github.fromage.quasi.io.serialization.kryo.KryoObjectOutputStream.class - [JAR]

├─ com.github.fromage.quasi.io.serialization.kryo.KryoSerializer.class - [JAR]

├─ com.github.fromage.quasi.io.serialization.kryo.KryoUtil.class - [JAR]

├─ com.github.fromage.quasi.io.serialization.kryo.ReferenceSerializer.class - [JAR]

├─ com.github.fromage.quasi.io.serialization.kryo.ReplacableObjectSerializer.class - [JAR]

├─ com.github.fromage.quasi.io.serialization.kryo.ReplaceableObjectKryo.class - [JAR]

com.github.fromage.quasi.concurrent.util

├─ com.github.fromage.quasi.concurrent.util.AbstractCompletableExecutorService.class - [JAR]

├─ com.github.fromage.quasi.concurrent.util.CompletableExecutorService.class - [JAR]

├─ com.github.fromage.quasi.concurrent.util.CompletableExecutors.class - [JAR]

├─ com.github.fromage.quasi.concurrent.util.CompletableFutureTask.class - [JAR]

├─ com.github.fromage.quasi.concurrent.util.CompletableScheduledExecutorService.class - [JAR]

├─ com.github.fromage.quasi.concurrent.util.ConcurrentSkipListPriorityQueue.class - [JAR]

├─ com.github.fromage.quasi.concurrent.util.ConcurrentSkipListSet.class - [JAR]

├─ com.github.fromage.quasi.concurrent.util.DelayQueue.class - [JAR]

├─ com.github.fromage.quasi.concurrent.util.EnhancedAtomicLong.class - [JAR]

├─ com.github.fromage.quasi.concurrent.util.EnhancedAtomicReference.class - [JAR]

├─ com.github.fromage.quasi.concurrent.util.MapUtil.class - [JAR]

├─ com.github.fromage.quasi.concurrent.util.OwnedSynchronizer.class - [JAR]

├─ com.github.fromage.quasi.concurrent.util.OwnedSynchronizer1.class - [JAR]

├─ com.github.fromage.quasi.concurrent.util.OwnedSynchronizer2.class - [JAR]

├─ com.github.fromage.quasi.concurrent.util.ScheduledSingleThreadExecutor.class - [JAR]

├─ com.github.fromage.quasi.concurrent.util.SingleConsumerNonblockingProducerDelayQueue.class - [JAR]

├─ com.github.fromage.quasi.concurrent.util.SingleConsumerNonblockingProducerQueue.class - [JAR]

├─ com.github.fromage.quasi.concurrent.util.ThreadAccess.class - [JAR]

├─ com.github.fromage.quasi.concurrent.util.ThreadUtil.class - [JAR]

com.github.fromage.quasi.strands.queues

├─ com.github.fromage.quasi.strands.queues.ArrayQueue.class - [JAR]

├─ com.github.fromage.quasi.strands.queues.BasicQueue.class - [JAR]

├─ com.github.fromage.quasi.strands.queues.BasicSingleConsumerDoubleQueue.class - [JAR]

├─ com.github.fromage.quasi.strands.queues.BasicSingleConsumerFloatQueue.class - [JAR]

├─ com.github.fromage.quasi.strands.queues.BasicSingleConsumerIntQueue.class - [JAR]

├─ com.github.fromage.quasi.strands.queues.BasicSingleConsumerLongQueue.class - [JAR]

├─ com.github.fromage.quasi.strands.queues.BasicSingleConsumerQueue.class - [JAR]

├─ com.github.fromage.quasi.strands.queues.BoxQueue.class - [JAR]

├─ com.github.fromage.quasi.strands.queues.CircularBuffer.class - [JAR]

├─ com.github.fromage.quasi.strands.queues.CircularDWordBuffer.class - [JAR]

├─ com.github.fromage.quasi.strands.queues.CircularDoubleBuffer.class - [JAR]

├─ com.github.fromage.quasi.strands.queues.CircularFloatBuffer.class - [JAR]

├─ com.github.fromage.quasi.strands.queues.CircularIntBuffer.class - [JAR]

├─ com.github.fromage.quasi.strands.queues.CircularLongBuffer.class - [JAR]

├─ com.github.fromage.quasi.strands.queues.CircularObjectBuffer.class - [JAR]

├─ com.github.fromage.quasi.strands.queues.CircularWordBuffer.class - [JAR]

├─ com.github.fromage.quasi.strands.queues.DoubleQueueIterator.class - [JAR]

├─ com.github.fromage.quasi.strands.queues.FloatQueueIterator.class - [JAR]

├─ com.github.fromage.quasi.strands.queues.IntQueueIterator.class - [JAR]

├─ com.github.fromage.quasi.strands.queues.LongQueueIterator.class - [JAR]

├─ com.github.fromage.quasi.strands.queues.QueueCapacityExceededException.class - [JAR]

├─ com.github.fromage.quasi.strands.queues.QueueIterator.class - [JAR]

├─ com.github.fromage.quasi.strands.queues.SingleConsumerArrayDWordQueue.class - [JAR]

├─ com.github.fromage.quasi.strands.queues.SingleConsumerArrayDoubleQueue.class - [JAR]

├─ com.github.fromage.quasi.strands.queues.SingleConsumerArrayFloatQueue.class - [JAR]

├─ com.github.fromage.quasi.strands.queues.SingleConsumerArrayIntQueue.class - [JAR]

├─ com.github.fromage.quasi.strands.queues.SingleConsumerArrayLongQueue.class - [JAR]

├─ com.github.fromage.quasi.strands.queues.SingleConsumerArrayObjectQueue.class - [JAR]

├─ com.github.fromage.quasi.strands.queues.SingleConsumerArrayPrimitiveQueue.class - [JAR]

├─ com.github.fromage.quasi.strands.queues.SingleConsumerArrayQueue.class - [JAR]

├─ com.github.fromage.quasi.strands.queues.SingleConsumerArrayWordQueue.class - [JAR]

├─ com.github.fromage.quasi.strands.queues.SingleConsumerLinkedArrayDWordQueue.class - [JAR]

├─ com.github.fromage.quasi.strands.queues.SingleConsumerLinkedArrayDoubleQueue.class - [JAR]

├─ com.github.fromage.quasi.strands.queues.SingleConsumerLinkedArrayFloatQueue.class - [JAR]

├─ com.github.fromage.quasi.strands.queues.SingleConsumerLinkedArrayIntQueue.class - [JAR]

├─ com.github.fromage.quasi.strands.queues.SingleConsumerLinkedArrayLongQueue.class - [JAR]

├─ com.github.fromage.quasi.strands.queues.SingleConsumerLinkedArrayObjectQueue.class - [JAR]

├─ com.github.fromage.quasi.strands.queues.SingleConsumerLinkedArrayPrimitiveQueue.class - [JAR]

├─ com.github.fromage.quasi.strands.queues.SingleConsumerLinkedArrayQueue.class - [JAR]

├─ com.github.fromage.quasi.strands.queues.SingleConsumerLinkedArrayWordQueue.class - [JAR]

├─ com.github.fromage.quasi.strands.queues.SingleConsumerLinkedDWordQueue.class - [JAR]

├─ com.github.fromage.quasi.strands.queues.SingleConsumerLinkedDoubleQueue.class - [JAR]

├─ com.github.fromage.quasi.strands.queues.SingleConsumerLinkedFloatQueue.class - [JAR]

├─ com.github.fromage.quasi.strands.queues.SingleConsumerLinkedIntQueue.class - [JAR]

├─ com.github.fromage.quasi.strands.queues.SingleConsumerLinkedLongQueue.class - [JAR]

├─ com.github.fromage.quasi.strands.queues.SingleConsumerLinkedObjectQueue.class - [JAR]

├─ com.github.fromage.quasi.strands.queues.SingleConsumerLinkedPrimitiveQueue.class - [JAR]

├─ com.github.fromage.quasi.strands.queues.SingleConsumerLinkedQueue.class - [JAR]

├─ com.github.fromage.quasi.strands.queues.SingleConsumerLinkedWordQueue.class - [JAR]

├─ com.github.fromage.quasi.strands.queues.SingleConsumerQueue.class - [JAR]

com.github.fromage.quasi.common.classloader

├─ com.github.fromage.quasi.common.classloader.ClassLoaderMXBean.class - [JAR]

com.github.fromage.quasi.asm.tree

├─ com.github.fromage.quasi.asm.tree.AbstractInsnNode.class - [JAR]

├─ com.github.fromage.quasi.asm.tree.AnnotationNode.class - [JAR]

├─ com.github.fromage.quasi.asm.tree.ClassNode.class - [JAR]

├─ com.github.fromage.quasi.asm.tree.FieldInsnNode.class - [JAR]

├─ com.github.fromage.quasi.asm.tree.FieldNode.class - [JAR]

├─ com.github.fromage.quasi.asm.tree.FrameNode.class - [JAR]

├─ com.github.fromage.quasi.asm.tree.IincInsnNode.class - [JAR]

├─ com.github.fromage.quasi.asm.tree.InnerClassNode.class - [JAR]

├─ com.github.fromage.quasi.asm.tree.InsnList.class - [JAR]

├─ com.github.fromage.quasi.asm.tree.InsnNode.class - [JAR]

├─ com.github.fromage.quasi.asm.tree.IntInsnNode.class - [JAR]

├─ com.github.fromage.quasi.asm.tree.InvokeDynamicInsnNode.class - [JAR]

├─ com.github.fromage.quasi.asm.tree.JumpInsnNode.class - [JAR]

├─ com.github.fromage.quasi.asm.tree.LabelNode.class - [JAR]

├─ com.github.fromage.quasi.asm.tree.LdcInsnNode.class - [JAR]

├─ com.github.fromage.quasi.asm.tree.LineNumberNode.class - [JAR]

├─ com.github.fromage.quasi.asm.tree.LocalVariableAnnotationNode.class - [JAR]

├─ com.github.fromage.quasi.asm.tree.LocalVariableNode.class - [JAR]

├─ com.github.fromage.quasi.asm.tree.LookupSwitchInsnNode.class - [JAR]

├─ com.github.fromage.quasi.asm.tree.MethodInsnNode.class - [JAR]

├─ com.github.fromage.quasi.asm.tree.MethodNode.class - [JAR]

├─ com.github.fromage.quasi.asm.tree.ModuleExportNode.class - [JAR]

├─ com.github.fromage.quasi.asm.tree.ModuleNode.class - [JAR]

├─ com.github.fromage.quasi.asm.tree.ModuleOpenNode.class - [JAR]

├─ com.github.fromage.quasi.asm.tree.ModuleProvideNode.class - [JAR]

├─ com.github.fromage.quasi.asm.tree.ModuleRequireNode.class - [JAR]

├─ com.github.fromage.quasi.asm.tree.MultiANewArrayInsnNode.class - [JAR]

├─ com.github.fromage.quasi.asm.tree.ParameterNode.class - [JAR]

├─ com.github.fromage.quasi.asm.tree.TableSwitchInsnNode.class - [JAR]

├─ com.github.fromage.quasi.asm.tree.TryCatchBlockNode.class - [JAR]

├─ com.github.fromage.quasi.asm.tree.TypeAnnotationNode.class - [JAR]

├─ com.github.fromage.quasi.asm.tree.TypeInsnNode.class - [JAR]

├─ com.github.fromage.quasi.asm.tree.UnsupportedClassVersionException.class - [JAR]

├─ com.github.fromage.quasi.asm.tree.Util.class - [JAR]

├─ com.github.fromage.quasi.asm.tree.VarInsnNode.class - [JAR]

com.github.fromage.quasi.concurrent.forkjoin

├─ com.github.fromage.quasi.concurrent.forkjoin.ExtendedForkJoinWorkerFactory.class - [JAR]

├─ com.github.fromage.quasi.concurrent.forkjoin.ExtendedForkJoinWorkerThread.class - [JAR]

├─ com.github.fromage.quasi.concurrent.forkjoin.ForkJoinUtil.class - [JAR]

├─ com.github.fromage.quasi.concurrent.forkjoin.MonitoredForkJoinPool.class - [JAR]

├─ com.github.fromage.quasi.concurrent.forkjoin.ParkableForkJoinTask.class - [JAR]

com.github.fromage.quasi.strands.channels.transfer

├─ com.github.fromage.quasi.strands.channels.transfer.Pipeline.class - [JAR]

com.github.fromage.quasi.common.util

├─ com.github.fromage.quasi.common.util.Action2.class - [JAR]

├─ com.github.fromage.quasi.common.util.CharSequences.class - [JAR]

├─ com.github.fromage.quasi.common.util.CheckedCallable.class - [JAR]

├─ com.github.fromage.quasi.common.util.ConcurrentSet.class - [JAR]

├─ com.github.fromage.quasi.common.util.Debug.class - [JAR]

├─ com.github.fromage.quasi.common.util.DelegatingEquals.class - [JAR]

├─ com.github.fromage.quasi.common.util.Exceptions.class - [JAR]

├─ com.github.fromage.quasi.common.util.ExtendedStackTrace.class - [JAR]

├─ com.github.fromage.quasi.common.util.ExtendedStackTraceClassContext.class - [JAR]

├─ com.github.fromage.quasi.common.util.ExtendedStackTraceElement.class - [JAR]

├─ com.github.fromage.quasi.common.util.ExtendedStackTraceHotSpot.class - [JAR]

├─ com.github.fromage.quasi.common.util.Function2.class - [JAR]

├─ com.github.fromage.quasi.common.util.Function3.class - [JAR]

├─ com.github.fromage.quasi.common.util.Function4.class - [JAR]

├─ com.github.fromage.quasi.common.util.Function5.class - [JAR]

├─ com.github.fromage.quasi.common.util.Objects.class - [JAR]

├─ com.github.fromage.quasi.common.util.Pair.class - [JAR]

├─ com.github.fromage.quasi.common.util.SameThreadExecutor.class - [JAR]

├─ com.github.fromage.quasi.common.util.SameThreadExecutorService.class - [JAR]

├─ com.github.fromage.quasi.common.util.ServiceUtil.class - [JAR]

├─ com.github.fromage.quasi.common.util.Strings.class - [JAR]

├─ com.github.fromage.quasi.common.util.Substring.class - [JAR]

├─ com.github.fromage.quasi.common.util.SystemProperties.class - [JAR]

├─ com.github.fromage.quasi.common.util.Tuple.class - [JAR]

├─ com.github.fromage.quasi.common.util.UtilUnsafe.class - [JAR]

├─ com.github.fromage.quasi.common.util.VisibleForTesting.class - [JAR]

com.github.fromage.quasi.common.logging

├─ com.github.fromage.quasi.common.logging.LoggingUtils.class - [JAR]

├─ com.github.fromage.quasi.common.logging.SimpleFormatter.class - [JAR]

com.github.fromage.quasi.asm.commons

├─ com.github.fromage.quasi.asm.commons.AdviceAdapter.class - [JAR]

├─ com.github.fromage.quasi.asm.commons.AnalyzerAdapter.class - [JAR]

├─ com.github.fromage.quasi.asm.commons.AnnotationRemapper.class - [JAR]

├─ com.github.fromage.quasi.asm.commons.ClassRemapper.class - [JAR]

├─ com.github.fromage.quasi.asm.commons.CodeSizeEvaluator.class - [JAR]

├─ com.github.fromage.quasi.asm.commons.FieldRemapper.class - [JAR]

├─ com.github.fromage.quasi.asm.commons.GeneratorAdapter.class - [JAR]

├─ com.github.fromage.quasi.asm.commons.InstructionAdapter.class - [JAR]

├─ com.github.fromage.quasi.asm.commons.JSRInlinerAdapter.class - [JAR]

├─ com.github.fromage.quasi.asm.commons.LocalVariablesSorter.class - [JAR]

├─ com.github.fromage.quasi.asm.commons.Method.class - [JAR]

├─ com.github.fromage.quasi.asm.commons.MethodRemapper.class - [JAR]

├─ com.github.fromage.quasi.asm.commons.ModuleHashesAttribute.class - [JAR]

├─ com.github.fromage.quasi.asm.commons.ModuleRemapper.class - [JAR]

├─ com.github.fromage.quasi.asm.commons.ModuleResolutionAttribute.class - [JAR]

├─ com.github.fromage.quasi.asm.commons.ModuleTargetAttribute.class - [JAR]

├─ com.github.fromage.quasi.asm.commons.Remapper.class - [JAR]

├─ com.github.fromage.quasi.asm.commons.RemappingAnnotationAdapter.class - [JAR]

├─ com.github.fromage.quasi.asm.commons.RemappingClassAdapter.class - [JAR]

├─ com.github.fromage.quasi.asm.commons.RemappingFieldAdapter.class - [JAR]

├─ com.github.fromage.quasi.asm.commons.RemappingMethodAdapter.class - [JAR]

├─ com.github.fromage.quasi.asm.commons.RemappingSignatureAdapter.class - [JAR]

├─ com.github.fromage.quasi.asm.commons.SerialVersionUIDAdder.class - [JAR]

├─ com.github.fromage.quasi.asm.commons.SignatureRemapper.class - [JAR]

├─ com.github.fromage.quasi.asm.commons.SimpleRemapper.class - [JAR]

├─ com.github.fromage.quasi.asm.commons.StaticInitMerger.class - [JAR]

├─ com.github.fromage.quasi.asm.commons.TableSwitchGenerator.class - [JAR]

├─ com.github.fromage.quasi.asm.commons.TryCatchBlockSorter.class - [JAR]

com.github.fromage.quasi.asm

├─ com.github.fromage.quasi.asm.AnnotationVisitor.class - [JAR]

├─ com.github.fromage.quasi.asm.AnnotationWriter.class - [JAR]

├─ com.github.fromage.quasi.asm.Attribute.class - [JAR]

├─ com.github.fromage.quasi.asm.ByteVector.class - [JAR]

├─ com.github.fromage.quasi.asm.ClassReader.class - [JAR]

├─ com.github.fromage.quasi.asm.ClassVisitor.class - [JAR]

├─ com.github.fromage.quasi.asm.ClassWriter.class - [JAR]

├─ com.github.fromage.quasi.asm.ConstantDynamic.class - [JAR]

├─ com.github.fromage.quasi.asm.Constants.class - [JAR]

├─ com.github.fromage.quasi.asm.Context.class - [JAR]

├─ com.github.fromage.quasi.asm.CurrentFrame.class - [JAR]

├─ com.github.fromage.quasi.asm.Edge.class - [JAR]

├─ com.github.fromage.quasi.asm.FieldVisitor.class - [JAR]

├─ com.github.fromage.quasi.asm.FieldWriter.class - [JAR]

├─ com.github.fromage.quasi.asm.Frame.class - [JAR]

├─ com.github.fromage.quasi.asm.Handle.class - [JAR]

├─ com.github.fromage.quasi.asm.Handler.class - [JAR]

├─ com.github.fromage.quasi.asm.Label.class - [JAR]

├─ com.github.fromage.quasi.asm.MethodVisitor.class - [JAR]

├─ com.github.fromage.quasi.asm.MethodWriter.class - [JAR]

├─ com.github.fromage.quasi.asm.ModuleVisitor.class - [JAR]

├─ com.github.fromage.quasi.asm.ModuleWriter.class - [JAR]

├─ com.github.fromage.quasi.asm.Opcodes.class - [JAR]

├─ com.github.fromage.quasi.asm.Symbol.class - [JAR]

├─ com.github.fromage.quasi.asm.SymbolTable.class - [JAR]

├─ com.github.fromage.quasi.asm.Type.class - [JAR]

├─ com.github.fromage.quasi.asm.TypePath.class - [JAR]

├─ com.github.fromage.quasi.asm.TypeReference.class - [JAR]

com.github.fromage.quasi.fibers.io

├─ com.github.fromage.quasi.fibers.io.AsyncChannelGroup.class - [JAR]

├─ com.github.fromage.quasi.fibers.io.AsyncFiberServerSocketChannel.class - [JAR]

├─ com.github.fromage.quasi.fibers.io.AsyncFiberSocketChannel.class - [JAR]

├─ com.github.fromage.quasi.fibers.io.ChannelGroup.class - [JAR]

├─ com.github.fromage.quasi.fibers.io.FiberAsyncIO.class - [JAR]

├─ com.github.fromage.quasi.fibers.io.FiberFileChannel.class - [JAR]

├─ com.github.fromage.quasi.fibers.io.FiberServerSocketChannel.class - [JAR]

├─ com.github.fromage.quasi.fibers.io.FiberSocketChannel.class - [JAR]

com.github.fromage.quasi.fibers.futures

├─ com.github.fromage.quasi.fibers.futures.AsyncCompletionStage.class - [JAR]

├─ com.github.fromage.quasi.fibers.futures.AsyncListenableFuture.class - [JAR]

org.cliffc.high_scale_lib

├─ org.cliffc.high_scale_lib.AbstractEntry.class - [JAR]

├─ org.cliffc.high_scale_lib.ConcurrentAutoTable.class - [JAR]

├─ org.cliffc.high_scale_lib.Counter.class - [JAR]

├─ org.cliffc.high_scale_lib.NonBlockingHashMap.class - [JAR]

├─ org.cliffc.high_scale_lib.NonBlockingHashMapLong.class - [JAR]

├─ org.cliffc.high_scale_lib.NonBlockingHashSet.class - [JAR]

├─ org.cliffc.high_scale_lib.NonBlockingHashtable.class - [JAR]

├─ org.cliffc.high_scale_lib.NonBlockingIdentityHashMap.class - [JAR]

├─ org.cliffc.high_scale_lib.NonBlockingSetInt.class - [JAR]

├─ org.cliffc.high_scale_lib.ScalableReadWriteLock.class - [JAR]

├─ org.cliffc.high_scale_lib.ScalableReadWriteLock2.class - [JAR]

├─ org.cliffc.high_scale_lib.UtilUnsafe.class - [JAR]

com.github.fromage.quasi.common.benchmark

├─ com.github.fromage.quasi.common.benchmark.Striped.class - [JAR]

├─ com.github.fromage.quasi.common.benchmark.StripedHistogram.class - [JAR]

├─ com.github.fromage.quasi.common.benchmark.StripedLongTimeSeries.class - [JAR]

├─ com.github.fromage.quasi.common.benchmark.StripedTimeSeries.class - [JAR]

com.github.fromage.quasi.remote

├─ com.github.fromage.quasi.remote.RemoteChannelProxyFactory.class - [JAR]

├─ com.github.fromage.quasi.remote.RemoteChannelProxyFactoryService.class - [JAR]

├─ com.github.fromage.quasi.remote.RemoteException.class - [JAR]

com.github.fromage.quasi.strands

├─ com.github.fromage.quasi.strands.AbstractFuture.class - [JAR]

├─ com.github.fromage.quasi.strands.CheckedSuspendableCallable.class - [JAR]

├─ com.github.fromage.quasi.strands.Condition.class - [JAR]

├─ com.github.fromage.quasi.strands.ConditionSelector.class - [JAR]

├─ com.github.fromage.quasi.strands.ConditionSynchronizer.class - [JAR]

├─ com.github.fromage.quasi.strands.DoneSynchronizer.class - [JAR]

├─ com.github.fromage.quasi.strands.OwnedSynchronizer.class - [JAR]

├─ com.github.fromage.quasi.strands.SettableFuture.class - [JAR]

├─ com.github.fromage.quasi.strands.SimpleConditionSynchronizer.class - [JAR]

├─ com.github.fromage.quasi.strands.Strand.class - [JAR]

├─ com.github.fromage.quasi.strands.StrandFactory.class - [JAR]

├─ com.github.fromage.quasi.strands.StrandFactoryBuilder.class - [JAR]

├─ com.github.fromage.quasi.strands.StrandLocalRandom.class - [JAR]

├─ com.github.fromage.quasi.strands.Stranded.class - [JAR]

├─ com.github.fromage.quasi.strands.SuspendableAction1.class - [JAR]

├─ com.github.fromage.quasi.strands.SuspendableAction2.class - [JAR]

├─ com.github.fromage.quasi.strands.SuspendableCallable.class - [JAR]

├─ com.github.fromage.quasi.strands.SuspendableRunnable.class - [JAR]

├─ com.github.fromage.quasi.strands.SuspendableUtils.class - [JAR]

├─ com.github.fromage.quasi.strands.Synchronization.class - [JAR]

├─ com.github.fromage.quasi.strands.Timeout.class - [JAR]

com.github.fromage.quasi.fibers

├─ com.github.fromage.quasi.fibers.DefaultFiberScheduler.class - [JAR]

├─ com.github.fromage.quasi.fibers.Fiber.class - [JAR]

├─ com.github.fromage.quasi.fibers.FiberAsync.class - [JAR]

├─ com.github.fromage.quasi.fibers.FiberControl.class - [JAR]

├─ com.github.fromage.quasi.fibers.FiberExecutorScheduler.class - [JAR]

├─ com.github.fromage.quasi.fibers.FiberFactory.class - [JAR]

├─ com.github.fromage.quasi.fibers.FiberForkJoinScheduler.class - [JAR]

├─ com.github.fromage.quasi.fibers.FiberInfo.class - [JAR]

├─ com.github.fromage.quasi.fibers.FiberScheduler.class - [JAR]

├─ com.github.fromage.quasi.fibers.FiberSchedulerTask.class - [JAR]

├─ com.github.fromage.quasi.fibers.FiberSerializer.class - [JAR]

├─ com.github.fromage.quasi.fibers.FiberTask.class - [JAR]

├─ com.github.fromage.quasi.fibers.FiberTimedScheduler.class - [JAR]

├─ com.github.fromage.quasi.fibers.FiberUtil.class - [JAR]

├─ com.github.fromage.quasi.fibers.FiberWriter.class - [JAR]

├─ com.github.fromage.quasi.fibers.FiberWriterSerializer.class - [JAR]

├─ com.github.fromage.quasi.fibers.FibersDetailedMonitor.class - [JAR]

├─ com.github.fromage.quasi.fibers.FibersMXBean.class - [JAR]

├─ com.github.fromage.quasi.fibers.FibersMonitor.class - [JAR]

├─ com.github.fromage.quasi.fibers.Instrumented.class - [JAR]

├─ com.github.fromage.quasi.fibers.JMXFibersMonitor.class - [JAR]

├─ com.github.fromage.quasi.fibers.Joinable.class - [JAR]

├─ com.github.fromage.quasi.fibers.MetricsFibersMonitor.class - [JAR]

├─ com.github.fromage.quasi.fibers.NoopFibersMonitor.class - [JAR]

├─ com.github.fromage.quasi.fibers.RunnableFiberTask.class - [JAR]

├─ com.github.fromage.quasi.fibers.RuntimeExecutionException.class - [JAR]

├─ com.github.fromage.quasi.fibers.RuntimeSuspendExecution.class - [JAR]

├─ com.github.fromage.quasi.fibers.SchedulerLocal.class - [JAR]

├─ com.github.fromage.quasi.fibers.Stack.class - [JAR]

├─ com.github.fromage.quasi.fibers.SuspendExecution.class - [JAR]

├─ com.github.fromage.quasi.fibers.Suspendable.class - [JAR]

├─ com.github.fromage.quasi.fibers.ThreadLocalSerializer.class - [JAR]

├─ com.github.fromage.quasi.fibers.TrueThreadLocal.class - [JAR]

├─ com.github.fromage.quasi.fibers.VerifyInstrumentationException.class - [JAR]

com.github.fromage.quasi.asm.tree.analysis

├─ com.github.fromage.quasi.asm.tree.analysis.Analyzer.class - [JAR]

├─ com.github.fromage.quasi.asm.tree.analysis.AnalyzerException.class - [JAR]

├─ com.github.fromage.quasi.asm.tree.analysis.BasicInterpreter.class - [JAR]

├─ com.github.fromage.quasi.asm.tree.analysis.BasicValue.class - [JAR]

├─ com.github.fromage.quasi.asm.tree.analysis.BasicVerifier.class - [JAR]

├─ com.github.fromage.quasi.asm.tree.analysis.Frame.class - [JAR]

├─ com.github.fromage.quasi.asm.tree.analysis.Interpreter.class - [JAR]

├─ com.github.fromage.quasi.asm.tree.analysis.SimpleVerifier.class - [JAR]

├─ com.github.fromage.quasi.asm.tree.analysis.SmallSet.class - [JAR]

├─ com.github.fromage.quasi.asm.tree.analysis.SourceInterpreter.class - [JAR]

├─ com.github.fromage.quasi.asm.tree.analysis.SourceValue.class - [JAR]

├─ com.github.fromage.quasi.asm.tree.analysis.Subroutine.class - [JAR]

├─ com.github.fromage.quasi.asm.tree.analysis.Value.class - [JAR]

com.github.fromage.quasi.asm.util

├─ com.github.fromage.quasi.asm.util.ASMifiable.class - [JAR]

├─ com.github.fromage.quasi.asm.util.ASMifier.class - [JAR]

├─ com.github.fromage.quasi.asm.util.CheckAnnotationAdapter.class - [JAR]

├─ com.github.fromage.quasi.asm.util.CheckClassAdapter.class - [JAR]

├─ com.github.fromage.quasi.asm.util.CheckFieldAdapter.class - [JAR]

├─ com.github.fromage.quasi.asm.util.CheckMethodAdapter.class - [JAR]

├─ com.github.fromage.quasi.asm.util.CheckModuleAdapter.class - [JAR]

├─ com.github.fromage.quasi.asm.util.CheckSignatureAdapter.class - [JAR]

├─ com.github.fromage.quasi.asm.util.Printer.class - [JAR]

├─ com.github.fromage.quasi.asm.util.Textifiable.class - [JAR]

├─ com.github.fromage.quasi.asm.util.Textifier.class - [JAR]

├─ com.github.fromage.quasi.asm.util.TraceAnnotationVisitor.class - [JAR]

├─ com.github.fromage.quasi.asm.util.TraceClassVisitor.class - [JAR]

├─ com.github.fromage.quasi.asm.util.TraceFieldVisitor.class - [JAR]

├─ com.github.fromage.quasi.asm.util.TraceMethodVisitor.class - [JAR]

├─ com.github.fromage.quasi.asm.util.TraceModuleVisitor.class - [JAR]

├─ com.github.fromage.quasi.asm.util.TraceSignatureVisitor.class - [JAR]

com.github.fromage.quasi.common.reflection

├─ com.github.fromage.quasi.common.reflection.ASMUtil.class - [JAR]

├─ com.github.fromage.quasi.common.reflection.AnnotationUtil.class - [JAR]

├─ com.github.fromage.quasi.common.reflection.ClassLoaderUtil.class - [JAR]

├─ com.github.fromage.quasi.common.reflection.ReflectionUtil.class - [JAR]

com.github.fromage.quasi.io.serialization

├─ com.github.fromage.quasi.io.serialization.ByteArraySerializer.class - [JAR]

├─ com.github.fromage.quasi.io.serialization.IOStreamSerializer.class - [JAR]

├─ com.github.fromage.quasi.io.serialization.JDKSerializer.class - [JAR]

├─ com.github.fromage.quasi.io.serialization.Serialization.class - [JAR]

├─ com.github.fromage.quasi.io.serialization.WriteReplace.class - [JAR]

com.github.fromage.quasi.strands.concurrent

├─ com.github.fromage.quasi.strands.concurrent.AbstractOwnableSynchronizer.class - [JAR]

├─ com.github.fromage.quasi.strands.concurrent.AbstractQueuedLongSynchronizer.class - [JAR]

├─ com.github.fromage.quasi.strands.concurrent.AbstractQueuedSynchronizer.class - [JAR]

├─ com.github.fromage.quasi.strands.concurrent.CountDownLatch.class - [JAR]

├─ com.github.fromage.quasi.strands.concurrent.CyclicBarrier.class - [JAR]

├─ com.github.fromage.quasi.strands.concurrent.Phaser.class - [JAR]

├─ com.github.fromage.quasi.strands.concurrent.ReentrantLock.class - [JAR]

├─ com.github.fromage.quasi.strands.concurrent.ReentrantReadWriteLock.class - [JAR]

├─ com.github.fromage.quasi.strands.concurrent.Semaphore.class - [JAR]

├─ com.github.fromage.quasi.strands.concurrent.StampedLock.class - [JAR]

com.github.fromage.quasi.common.test

├─ com.github.fromage.quasi.common.test.TestInterface.class - [JAR]

├─ com.github.fromage.quasi.common.test.TestInterface2.class - [JAR]

├─ com.github.fromage.quasi.common.test.TestUtil.class - [JAR]

com.github.fromage.quasi.strands.channels

├─ com.github.fromage.quasi.strands.channels.Channel.class - [JAR]

├─ com.github.fromage.quasi.strands.channels.ChannelClosedException.class - [JAR]

├─ com.github.fromage.quasi.strands.channels.Channels.class - [JAR]

├─ com.github.fromage.quasi.strands.channels.DelegatingReceivePort.class - [JAR]

├─ com.github.fromage.quasi.strands.channels.DelegatingReceivePort1.class - [JAR]

├─ com.github.fromage.quasi.strands.channels.DelegatingSendPort.class - [JAR]

├─ com.github.fromage.quasi.strands.channels.DelegatingSendPort1.class - [JAR]

├─ com.github.fromage.quasi.strands.channels.DoubleChannel.class - [JAR]

├─ com.github.fromage.quasi.strands.channels.DoubleReceivePort.class - [JAR]

├─ com.github.fromage.quasi.strands.channels.DoubleSendPort.class - [JAR]

├─ com.github.fromage.quasi.strands.channels.ErrorMappingReceivePort.class - [JAR]

├─ com.github.fromage.quasi.strands.channels.FilteringReceivePort.class - [JAR]

├─ com.github.fromage.quasi.strands.channels.FilteringSendPort.class - [JAR]

├─ com.github.fromage.quasi.strands.channels.FlatMappingReceivePort.class - [JAR]

├─ com.github.fromage.quasi.strands.channels.FloatChannel.class - [JAR]

├─ com.github.fromage.quasi.strands.channels.FloatReceivePort.class - [JAR]

├─ com.github.fromage.quasi.strands.channels.FloatSendPort.class - [JAR]

├─ com.github.fromage.quasi.strands.channels.IntChannel.class - [JAR]

├─ com.github.fromage.quasi.strands.channels.IntReceivePort.class - [JAR]

├─ com.github.fromage.quasi.strands.channels.IntSendPort.class - [JAR]

├─ com.github.fromage.quasi.strands.channels.LongChannel.class - [JAR]

├─ com.github.fromage.quasi.strands.channels.LongReceivePort.class - [JAR]

├─ com.github.fromage.quasi.strands.channels.LongSendPort.class - [JAR]

├─ com.github.fromage.quasi.strands.channels.MappingReceivePort.class - [JAR]

├─ com.github.fromage.quasi.strands.channels.MappingSendPort.class - [JAR]

├─ com.github.fromage.quasi.strands.channels.Mix.class - [JAR]

├─ com.github.fromage.quasi.strands.channels.PipeChannel.class - [JAR]

├─ com.github.fromage.quasi.strands.channels.Port.class - [JAR]

├─ com.github.fromage.quasi.strands.channels.PortAutoCloseable.class - [JAR]

├─ com.github.fromage.quasi.strands.channels.ProducerException.class - [JAR]

├─ com.github.fromage.quasi.strands.channels.PubSub.class - [JAR]

├─ com.github.fromage.quasi.strands.channels.QueueChannel.class - [JAR]

├─ com.github.fromage.quasi.strands.channels.QueueDoubleChannel.class - [JAR]

├─ com.github.fromage.quasi.strands.channels.QueueFloatChannel.class - [JAR]

├─ com.github.fromage.quasi.strands.channels.QueueIntChannel.class - [JAR]

├─ com.github.fromage.quasi.strands.channels.QueueLongChannel.class - [JAR]

├─ com.github.fromage.quasi.strands.channels.QueueObjectChannel.class - [JAR]

├─ com.github.fromage.quasi.strands.channels.QueuePrimitiveChannel.class - [JAR]

├─ com.github.fromage.quasi.strands.channels.ReceivePort.class - [JAR]

├─ com.github.fromage.quasi.strands.channels.ReceivePortGroup.class - [JAR]

├─ com.github.fromage.quasi.strands.channels.ReceivePortTransformer.class - [JAR]

├─ com.github.fromage.quasi.strands.channels.ReducingReceivePort.class - [JAR]

├─ com.github.fromage.quasi.strands.channels.ReducingSendPort.class - [JAR]

├─ com.github.fromage.quasi.strands.channels.SelectAction.class - [JAR]

├─ com.github.fromage.quasi.strands.channels.SelectActionImpl.class - [JAR]

├─ com.github.fromage.quasi.strands.channels.SelectListener.class - [JAR]

├─ com.github.fromage.quasi.strands.channels.SelectReceiveListener.class - [JAR]

├─ com.github.fromage.quasi.strands.channels.SelectSendListener.class - [JAR]

├─ com.github.fromage.quasi.strands.channels.Selectable.class - [JAR]

├─ com.github.fromage.quasi.strands.channels.Selector.class - [JAR]

├─ com.github.fromage.quasi.strands.channels.SendPort.class - [JAR]

├─ com.github.fromage.quasi.strands.channels.SendPortTransformer.class - [JAR]

├─ com.github.fromage.quasi.strands.channels.SingleConsumerQueueChannel.class - [JAR]

├─ com.github.fromage.quasi.strands.channels.SplitSendPort.class - [JAR]

├─ com.github.fromage.quasi.strands.channels.StandardChannel.class - [JAR]

├─ com.github.fromage.quasi.strands.channels.TakeReceivePort.class - [JAR]

├─ com.github.fromage.quasi.strands.channels.ThreadReceivePort.class - [JAR]

├─ com.github.fromage.quasi.strands.channels.ThreadSendPort.class - [JAR]

├─ com.github.fromage.quasi.strands.channels.TickerChannelConsumer.class - [JAR]

├─ com.github.fromage.quasi.strands.channels.TimeoutChannel.class - [JAR]

├─ com.github.fromage.quasi.strands.channels.Topic.class - [JAR]

├─ com.github.fromage.quasi.strands.channels.TransferChannel.class - [JAR]

├─ com.github.fromage.quasi.strands.channels.TransformingReceivePort.class - [JAR]

├─ com.github.fromage.quasi.strands.channels.TransformingSendPort.class - [JAR]

├─ com.github.fromage.quasi.strands.channels.ZippingReceivePort.class - [JAR]

com.github.fromage.quasi.strands.dataflow

├─ com.github.fromage.quasi.strands.dataflow.Val.class - [JAR]

├─ com.github.fromage.quasi.strands.dataflow.ValChannel.class - [JAR]

├─ com.github.fromage.quasi.strands.dataflow.Var.class - [JAR]

com.github.fromage.quasi.fibers.instrument

├─ com.github.fromage.quasi.fibers.instrument.CheckInstrumentationVisitor.class - [JAR]

├─ com.github.fromage.quasi.fibers.instrument.Classes.class - [JAR]

├─ com.github.fromage.quasi.fibers.instrument.DBClassWriter.class - [JAR]

├─ com.github.fromage.quasi.fibers.instrument.DefaultSuspendableClassifier.class - [JAR]

├─ com.github.fromage.quasi.fibers.instrument.DontInstrument.class - [JAR]

├─ com.github.fromage.quasi.fibers.instrument.FindAnnotatedMethods.class - [JAR]

├─ com.github.fromage.quasi.fibers.instrument.InstrumentClass.class - [JAR]

├─ com.github.fromage.quasi.fibers.instrument.InstrumentMethod.class - [JAR]

├─ com.github.fromage.quasi.fibers.instrument.InstrumentationTKB.class - [JAR]

├─ com.github.fromage.quasi.fibers.instrument.InstrumentationTask.class - [JAR]

├─ com.github.fromage.quasi.fibers.instrument.JavaAgent.class - [JAR]

├─ com.github.fromage.quasi.fibers.instrument.LabelSuspendableCallSitesClassVisitor.class - [JAR]

├─ com.github.fromage.quasi.fibers.instrument.Log.class - [JAR]

├─ com.github.fromage.quasi.fibers.instrument.LogLevel.class - [JAR]

├─ com.github.fromage.quasi.fibers.instrument.MethodDatabase.class - [JAR]

├─ com.github.fromage.quasi.fibers.instrument.NewValue.class - [JAR]

├─ com.github.fromage.quasi.fibers.instrument.OffsetClassReader.class - [JAR]

├─ com.github.fromage.quasi.fibers.instrument.OldSuspendablesScanner.class - [JAR]

├─ com.github.fromage.quasi.fibers.instrument.QuasiInstrumentor.class - [JAR]

├─ com.github.fromage.quasi.fibers.instrument.Retransform.class - [JAR]

├─ com.github.fromage.quasi.fibers.instrument.SimpleSuspendableClassifier.class - [JAR]

├─ com.github.fromage.quasi.fibers.instrument.SuspOffsetsAfterInstrClassVisitor.class - [JAR]

├─ com.github.fromage.quasi.fibers.instrument.SuspendableClassifier.class - [JAR]

├─ com.github.fromage.quasi.fibers.instrument.SuspendableHelper.class - [JAR]

├─ com.github.fromage.quasi.fibers.instrument.SuspendablesScanner.class - [JAR]

├─ com.github.fromage.quasi.fibers.instrument.TypeAnalyzer.class - [JAR]

├─ com.github.fromage.quasi.fibers.instrument.TypeInterpreter.class - [JAR]

├─ com.github.fromage.quasi.fibers.instrument.UnableToInstrumentException.class - [JAR]

com.github.fromage.quasi.common.monitoring

├─ com.github.fromage.quasi.common.monitoring.Counter.class - [JAR]

├─ com.github.fromage.quasi.common.monitoring.CpuUsageGaugeSet.class - [JAR]

├─ com.github.fromage.quasi.common.monitoring.ExecutorServiceLatencyProbe.class - [JAR]

├─ com.github.fromage.quasi.common.monitoring.FlightRecorder.class - [JAR]

├─ com.github.fromage.quasi.common.monitoring.FlightRecorderMXBean.class - [JAR]

├─ com.github.fromage.quasi.common.monitoring.FlightRecorderMessage.class - [JAR]

├─ com.github.fromage.quasi.common.monitoring.FlightRecorderMessageFactory.class - [JAR]

├─ com.github.fromage.quasi.common.monitoring.ForkJoinInfo.class - [JAR]

├─ com.github.fromage.quasi.common.monitoring.ForkJoinPoolMXBean.class - [JAR]

├─ com.github.fromage.quasi.common.monitoring.ForkJoinPoolMonitor.class - [JAR]

├─ com.github.fromage.quasi.common.monitoring.GenericRecordingDouble.class - [JAR]

├─ com.github.fromage.quasi.common.monitoring.HistogramSnapshot.class - [JAR]

├─ com.github.fromage.quasi.common.monitoring.JMXForkJoinPoolMonitor.class - [JAR]

├─ com.github.fromage.quasi.common.monitoring.LatencyStatsReservoir.class - [JAR]

├─ com.github.fromage.quasi.common.monitoring.Metrics.class - [JAR]

├─ com.github.fromage.quasi.common.monitoring.MetricsForkJoinPoolMonitor.class - [JAR]

├─ com.github.fromage.quasi.common.monitoring.MonitorType.class - [JAR]

├─ com.github.fromage.quasi.common.monitoring.MonitoringServices.class - [JAR]

├─ com.github.fromage.quasi.common.monitoring.MonitoringServicesMXBean.class - [JAR]

├─ com.github.fromage.quasi.common.monitoring.Profile.class - [JAR]

├─ com.github.fromage.quasi.common.monitoring.RecordingDouble.class - [JAR]

├─ com.github.fromage.quasi.common.monitoring.SimpleMBean.class - [JAR]

├─ com.github.fromage.quasi.common.monitoring.SimpleReservoir.class - [JAR]

com.github.fromage.quasi.asm.signature

├─ com.github.fromage.quasi.asm.signature.SignatureReader.class - [JAR]

├─ com.github.fromage.quasi.asm.signature.SignatureVisitor.class - [JAR]

├─ com.github.fromage.quasi.asm.signature.SignatureWriter.class - [JAR]

Advertisement

Dependencies from Group

Aug 29, 2018
3 usages
6 stars

Discover Dependencies

Mar 19, 2020
7 usages
1 stars
May 28, 2021
7 usages
33 stars
Aug 24, 2023
45 usages
39 stars
May 14, 2015
2 usages
Jan 13, 2017
3 usages
124 stars
Jul 01, 2018
4 usages
363 stars
Jun 11, 2012
8 usages
Jul 14, 2023
12 usages
11 stars