Vocabularies tagged “concurrency”
Factor handbook » Vocabulary index » Vocabulary tags


Children from resource:basis
VocabularySummary
channelsCommunicating Sequential Processes
channels.remoteDistributed Channels
concurrency.combinatorsParallel sequence operations
concurrency.conditionsLow-level wait/notify support
concurrency.count-downsCount-down latches
concurrency.distributedErlang-style distributed concurrency
concurrency.exchangersObject exchange points
concurrency.flagsFlags for cross-thread notification of conditions
concurrency.futuresDeferred computations
concurrency.locksTraditional locks and many reader/single writer locks
concurrency.mailboxesMailboxes for inter-thread message passing
concurrency.messagingErlang/Termite-style message-passing concurrency
concurrency.promisesThread-safe write-once variables
concurrency.semaphoresCounting semaphores