Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for Nwoke (0.18 sec)

  1. android/guava/src/com/google/common/util/concurrent/AbstractFuture.java

              if (ATOMIC_HELPER.casWaiters(this, oldHead, node)) {
                while (true) {
                  OverflowAvoidingLockSupport.parkNanos(this, remainingNanos);
                  // Check interruption first, if we woke up due to interruption we need to honor that.
                  if (Thread.interrupted()) {
                    removeWaiter(node);
                    throw new InterruptedException();
                  }
    
    Java
    - Registered: Fri Apr 19 12:43:09 GMT 2024
    - Last Modified: Mon Apr 01 16:15:01 GMT 2024
    - 63K bytes
    - Viewed (0)
  2. CREDITS

    github.com/hashicorp/go-msgpack
    https://github.com/hashicorp/go-msgpack
    ----------------------------------------------------------------
    The MIT License (MIT)
    
    Copyright (c) 2012-2015 Ugorji Nwoke.
    All rights reserved.
    
    Permission is hereby granted, free of charge, to any person obtaining a copy
    of this software and associated documentation files (the "Software"), to deal
    Plain Text
    - Registered: Sun Apr 21 19:28:08 GMT 2024
    - Last Modified: Tue Apr 16 18:48:56 GMT 2024
    - 1.6M bytes
    - Viewed (0)
  3. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

      `Why not?' said the March Hare.
    
      Alice was silent.
    
      The Dormouse had closed its eyes by this time, and was going
    off into a doze; but, on being pinched by the Hatter, it woke up
    again with a little shriek, and went on:  `--that begins with an
    M, such as mouse-traps, and the moon, and memory, and muchness--
    you know you say things are "much of a muchness"--did you ever
    Plain Text
    - Registered: Fri Apr 19 12:43:09 GMT 2024
    - Last Modified: Fri Apr 21 02:27:51 GMT 2017
    - 145.2K bytes
    - Viewed (0)
  4. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

      `Why not?' said the March Hare.
    
      Alice was silent.
    
      The Dormouse had closed its eyes by this time, and was going
    off into a doze; but, on being pinched by the Hatter, it woke up
    again with a little shriek, and went on:  `--that begins with an
    M, such as mouse-traps, and the moon, and memory, and muchness--
    you know you say things are "much of a muchness"--did you ever
    Plain Text
    - Registered: Fri Apr 12 12:43:09 GMT 2024
    - Last Modified: Mon Oct 29 21:35:03 GMT 2012
    - 145.2K bytes
    - Viewed (0)
Back to top