wedwer666 / LambdaBlockingQuene

Producer Consumer Pattern using Lambda Expression

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LambdaBlockingQuene

  • Producer Consumer Pattern using Lambda Expression and Blocking Quene

https://en.wikipedia.org/wiki/Producer%E2%80%93consumer_problem

Purpose

  • 1 thread: Producer receives mathematical operations
  • 2 thread: Consumer receives Lambda
  • Compare the speed ( wait(), notify())

This Exercise was done for Endava Course , Technical Univerisity of Moldova

About

Producer Consumer Pattern using Lambda Expression


Languages

Language:Java 100.0%