issues
search
puniverse
/
pulsar
Fibers, Channels and Actors for Clojure
http://docs.paralleluniverse.co/pulsar/
Other
911
stars
53
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
NullPointerException on ReentrantLock in fiber
#33
dehubbed
closed
9 years ago
11
println in fiber: java.lang.IllegalArgumentException: wrong number of arguments
#32
dehubbed
closed
9 years ago
20
NullPointerException on channel receive
#31
mnussbaum
closed
9 years ago
2
Added support for spawning actors in a thread.
#30
mhluongo
closed
9 years ago
2
Fibers interfere with Clojure's Reflector
#29
mhluongo
closed
9 years ago
16
Messages appear not to be received in a case involving passing @self to a newly spawned actor right before (recur)
#28
roman-himself
closed
9 years ago
1
A few small doc corrections.
#27
mhluongo
closed
9 years ago
1
The original example does not return what is commented.
#26
calam1
closed
9 years ago
1
priority.clj example fails
#25
calam1
closed
9 years ago
1
SupervisorActor has not been instrumented
#24
mnussbaum
closed
10 years ago
4
pulsar.core: exclude bean to prevent compiler warnings
#23
piranha
closed
10 years ago
2
Packaging up the project in a runnable jar
#22
zcaudate
closed
10 years ago
4
actors/receive with :after statement fails on some patterns
#21
dehubbed
closed
10 years ago
2
ClassNotFoundException: co.paralleluniverse.fibers.SuspendExecution
#20
dsabanin
closed
9 years ago
12
Need better doc of "FlightRecorder" mode...
#19
clojj
closed
10 years ago
1
Add mapcat in rx and seq->receive-port
#18
pron
closed
10 years ago
0
NullPointerException when trying instrument log4j
#17
niwinz
closed
10 years ago
2
Exception: "co.paralleluniverse.actors.behaviors.ServerActor cannot be cast to co.paralleluniverse.actors.PulsarActor" when "receive" gets called in "handle-call" ("gen-server"-produced actor)
#16
circlespainter
closed
10 years ago
6
NPE when spawning "gen-server"-generated actor in a fiber; the "handle-call" method must containing a "receive" call
#15
circlespainter
closed
10 years ago
3
promise shadowed when requiring pulsar.actors
#14
ekarlsso
closed
11 years ago
1
Added :refer-clojure :exclude for promise for actors namespace
#13
ekarlsso
closed
11 years ago
1
another sel test sometimes hangs (in Travis)
#12
pron
closed
8 years ago
1
Expose sleep function un core namespace.
#11
niwinz
closed
11 years ago
4
java 8 support
#10
trevor
closed
10 years ago
6
Fixed typo in actors.md
#9
ordnungswidrig
closed
11 years ago
1
Instrument protocols (for gen-server and gen-event)
#8
pron
closed
11 years ago
0
Small misprints in docs
#7
piranha
closed
11 years ago
3
replaces (vec (map ...)) uses with mapv
#6
bmabey
closed
11 years ago
1
Add an adaptation of Himilsbach's graph benchmark
#5
jstepien
closed
11 years ago
1
Fix typo
#4
agis
closed
11 years ago
1
Use jsr166e from maven central
#3
pron
closed
11 years ago
1
Make it easy to implement handleLifecycleMessage in Clojure
#2
pron
closed
11 years ago
0
Make channels lazy-seqs
#1
pron
closed
11 years ago
2
Previous