London Kills Me
London Kills Me is a 1991 film written and directed by Hanif Kureshi and starred Justin Chadwick and Steven Mackintosh.
London Kills Me | |
---|---|
![]() Theatrical release poster | |
Directed by | Hanif Kureishi |
Produced by | Tim Bevan |
Written by | Hanif Kureishi |
Starring |
|
Music by | Sarah Sarhandi Mark Springer |
Cinematography | Edward Lachman |
Edited by | Jon Gregory |
Distributed by | Rank Organisation |
Release date |
|
Running time | 107 minutes |
Country | United Kingdom |
Language | English |
Cast and roles
- Justin Chadwick as Clint Eastwood
- Steven Mackintosh as Muffdiver
- Emer McCourt as Sylvie
- Roshan Seth as Dr. Bubba
- Fiona Shaw as Headley
- Brad Dourif as Hemingway
- Tony Haygarth as Burns
- Eleanor David as Lily
- Alun Armstrong as John Stone
- Nick Dunning as Faulkner
- Naveen Andrews as Bike
- Rowena King as Melanie
gollark: (thread-safe reference-counting pointer to a mutex to a T)
gollark: i.e. if I tried to just pass a mutable reference to a map to all of the stuff I run in different threads, it'd be a compiler error, so instead it's a `Arc<Mutex<T>>`.
gollark: Well, you can spawn threads, and the type system prevents weirdness with concurrency.
gollark: Oh, and Rust has that nice thing where you can't keep around both a mutable reference and immutable references to stuff.
gollark: I'm not a C++ologist, so what happens if you, say, allocate a hash map in a function, then return a reference to an element in that hashmap?
External links
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.