代码搜索:Concurrent
找到约 2,002 项符合「Concurrent」的源代码
代码结果 2,002
www.eeworm.com/read/344239/11896276
java captureuncaughtexception.java
//: concurrency/CaptureUncaughtException.java
import java.util.concurrent.*;
class ExceptionThread2 implements Runnable {
public void run() {
Thread t = Thread.currentThread();
System
www.eeworm.com/read/344239/11896341
java evenchecker.java
//: concurrency/EvenChecker.java
import java.util.concurrent.*;
public class EvenChecker implements Runnable {
private IntGenerator generator;
private final int id;
public EvenChecker(Int
www.eeworm.com/read/469524/1479744
jbx serverpool.jbx
[PropertyInfo]
acceptClient,Thread,false,false, , ,false,
closed,server.pool.CloseBean,false,false, , ,false,
executorService,java.util.concurrent.ExecutorService,false,false, , ,
www.eeworm.com/read/452441/1654784
txt changelog.txt
uthash ChangeLog
================
Version 1.5 (2009-02-19)
--------------------------
* now thread-safe for concurrent readers
* use scratch variables on stack rather than in table (thanks, Petter Ar
www.eeworm.com/read/326747/3469201
java entityregionaccessstrategy.java
package org.hibernate.cache.access;
import org.hibernate.cache.EntityRegion;
import org.hibernate.cache.CacheException;
/**
* Contract for managing transactional and concurrent access to cach
www.eeworm.com/read/305277/3777007
scala twoplacebuffer.scala
package examples.pilib
import scala.concurrent.pilib._
/** Two-place buffer specification and implementation. */
object twoPlaceBuffer extends Application {
/**
* Specification.
*/
def Sp
www.eeworm.com/read/305277/3777008
scala handover.scala
package examples.pilib
/**
* Handover example with recursive types for channels.
*/
object handoverRecursive {
import concurrent.pilib._
val random = new java.util.Random()
/**
* Recurs
www.eeworm.com/read/305277/3777062
scala twoplacebuffer.scala
package examples.pilib
import scala.concurrent.pilib._
/** Two-place buffer specification and implementation. */
object twoPlaceBuffer extends Application {
/**
* Specification.
*/
def Sp
www.eeworm.com/read/305277/3777063
scala handover.scala
package examples.pilib
/**
* Handover example with recursive types for channels.
*/
object handoverRecursive {
import concurrent.pilib._
val random = new java.util.Random()
/**
* Recurs
www.eeworm.com/read/286813/4033467
t cds.t
#!./perl -w
# Tests for Concurrent Data Store mode
use strict ;
BEGIN {
unless(grep /blib/, @INC) {
chdir 't' if -d 't';
@INC = '../lib' if -d '../lib';
}
}
use BerkeleyDB;