Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for eat (0.01 sec)

  1. android/guava-tests/test/com/google/common/eventbus/EventBusTest.java

        Object objCatcher =
            new Object() {
              @Subscribe
              public void eat(Object food) {
                objectEvents.add(food);
              }
            };
    
        List<Comparable<?>> compEvents = new ArrayList<>();
        Object compCatcher =
            new Object() {
              @Subscribe
              public void eat(Comparable<?> food) {
                compEvents.add(food);
              }
            };
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Wed Jul 16 17:42:14 UTC 2025
    - 11.3K bytes
    - Viewed (0)
  2. docs/en/docs/async.md

    Then at some point, it finally is your turn. You go to the counter, get your burgers and come back to the table.
    
    <img src="/img/async/concurrent-burgers/concurrent-burgers-06.png" class="illustration">
    
    You and your crush eat the burgers and have a nice time. ✨
    
    <img src="/img/async/concurrent-burgers/concurrent-burgers-07.png" class="illustration">
    
    /// info
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 09:56:21 UTC 2025
    - 24K bytes
    - Viewed (0)
  3. cmd/notification.go

    func (sys *NotificationSys) VerifyBinary(ctx context.Context, u *url.URL, sha256Sum []byte, releaseInfo string, bin []byte) []NotificationPeerErr {
    	// FIXME: network calls made in this manner such as one goroutine per node,
    	// can easily eat into the internode bandwidth. This function would be mostly
    	// TX saturating, however there are situations where a RX might also saturate.
    	// To avoid these problems we must split the work at scale. With 1000 node
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 45.9K bytes
    - Viewed (0)
  4. okhttp/src/jvmMain/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.list

    dyrøy.no
    dz
    dønna.no
    e.bg
    e.se
    e12.ve
    e164.arpa
    e4.cz
    earth
    east-kazakhstan.su
    eastasia.azurestaticapps.net
    eastus2.azurestaticapps.net
    easypanel.app
    easypanel.host
    eat
    eating-organic.net
    eaton.mi.us
    ebetsu.hokkaido.jp
    ebina.kanagawa.jp
    ebino.miyazaki.jp
    ebiz.tw
    ec
    echizen.fukui.jp
    ecn.br
    eco
    eco.bj
    eco.br
    ecologia.bo
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue May 27 22:00:49 UTC 2025
    - 129.6K bytes
    - Viewed (3)
Back to top