代码搜索:Concurrent
找到约 2,002 项符合「Concurrent」的源代码
代码结果 2,002
www.eeworm.com/read/305277/3777065
scala elasticbuffer.scala
package examples.pilib
object elasticBuffer {
import scala.concurrent.pilib._
/**
* Recursive type for channels that carry a "String" channel and
* an object of the type we define.
*/
www.eeworm.com/read/440716/1793014
java instantiationcounterclass.java
package com.apress.springbook.chapter02;
import java.util.concurrent.atomic.AtomicInteger;
public class InstantiationCounterClass {
private static AtomicInteger instantiationCounter = new A
www.eeworm.com/read/473927/6822209
txt 2010.txt
Rule:
--
Sid:
2010
--
Summary:
CVS is the Concurrent Versions System, commonly used to
help manage software development. It is possible for a remote
attacker to exploit a bug in the cvs daemon that
www.eeworm.com/read/473927/6822995
txt 2011.txt
Rule:
--
Sid:
2011
--
Summary:
CVS is the Concurrent Versions System, commonly used to
help manage software development. It is possible for a remote
attacker to exploit a bug in the cvs daemon that
www.eeworm.com/read/192736/8289274
readme
Rand::MersenneTwister Version 1.0.1
========================
DESCRIPTION
-----------
Context driven Mersenne Twister-based PRNG. Allows you to have multiple
concurrent PRNGs all individually seeded
www.eeworm.com/read/386607/8735639
java noncancelabletask.java
package net.jcip.examples;
import java.util.concurrent.*;
/**
* NoncancelableTask
*
* Noncancelable task that restores interruption before exit
*
* @author Brian Goetz and Tim Peierls
*/
www.eeworm.com/read/386607/8735659
java interruptiblelocking.java
package net.jcip.examples;
import java.util.concurrent.locks.*;
/**
* InterruptibleLocking
*
* @author Brian Goetz and Tim Peierls
*/
public class InterruptibleLocking {
private Lock lock =
www.eeworm.com/read/386607/8735724
java taskrunnable.java
package net.jcip.examples;
import java.util.concurrent.*;
/**
* TaskRunnable
*
* Restoring the interrupted status so as not to swallow the interrupt
*
* @author Brian Goetz and Tim Peierls
www.eeworm.com/read/386607/8735889
java swingutilities.java
package net.jcip.examples;
import java.lang.reflect.InvocationTargetException;
import java.util.concurrent.*;
/**
* SwingUtilities
*
* Implementing SwingUtilities using an Executor
*
* @au
www.eeworm.com/read/184105/9121462
java pkcache.java
// FIXME CONCURRENT ACCESS TO DRIVER, URL ETC...??
package org.julp;
import java.util.*;
/**
* Retrieves and caches PrimaryKeys form DatabaseMetaData
*/
public class PKCach